gallium/util: replace pipe_thread_wait() with thrd_join()
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 6 Mar 2017 00:58:27 +0000 (11:58 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 6 Mar 2017 22:12:16 +0000 (09:12 +1100)
commitd82d8be6148b599ce47bf4c0e6ae4e27cf5cc233
tree9eaea02e95bb7ab99c64a9c1b812fdff64ae47c2
parentda40ac65c7b9f8d877fb6f79b2a29138237ec868
gallium/util: replace pipe_thread_wait() with thrd_join()

Replace done using:
find ./src -type f -exec sed -i -- \
's:pipe_thread_wait(\([^)]*\)):thrd_join(\1, NULL):g' {} \;

Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/os/os_thread.h
src/gallium/auxiliary/util/u_queue.c
src/gallium/drivers/ddebug/dd_context.c
src/gallium/drivers/llvmpipe/lp_rast.c
src/gallium/drivers/radeon/r600_gpu_load.c
src/gallium/drivers/rbug/rbug_core.c
src/gallium/state_trackers/nine/nine_state.c
src/gallium/tests/unit/pipe_barrier_test.c