Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: replace pipe_thread_create() with u_thread_create() | Timothy Arceri | 2017-03-12 | 1 | -1/+1 |
* | gallium/util: replace pipe_thread_wait() with thrd_join() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: remove PIPE_THREAD_ROUTINE() | Timothy Arceri | 2017-03-07 | 1 | -1/+2 |
* | gallium/util: replace pipe_thread with thrd_t | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | test/unit: Make pipe_barrier_test actually check correct bahavior. | Jose Fonseca | 2016-04-14 | 1 | -7/+50 |
* | gallium: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -1/+1 |
* | gallium/tests: Add test case for pipe_barrier. | Vinson Lee | 2010-04-14 | 1 | -0/+86 |