gallium/util: replace pipe_thread_create() with u_thread_create()
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 8 Mar 2017 22:57:58 +0000 (09:57 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 12 Mar 2017 06:49:04 +0000 (17:49 +1100)
commitf8cc4c25b8985e7f834510ca9d34eec308f413e3
tree0f5b2f65c8b81681eeb5e85f4cf87af6f66d0b59
parentb822d9dd67b502565b30da37b90c1d70114b8409
gallium/util: replace pipe_thread_create() with u_thread_create()

They do the same thing we just moved the function to be
accessible to all of Mesa.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/os/os_thread.h
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