gallium/util: replace pipe_thread with thrd_t
authorTimothy Arceri <tarceri@itsqueeze.com>
Sun, 5 Mar 2017 01:39:49 +0000 (12:39 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 6 Mar 2017 21:53:27 +0000 (08:53 +1100)
commite5375ba028c8ca48b11b86068efb65c4e03153eb
treeccf5ae97fa554484a2ae81945f3fb5ca64cdc6a8
parent628e84a58fdb26c63a705861b92f65f242613321
gallium/util: replace pipe_thread with thrd_t

pipe_thread was made unnecessary with fd33a6bcd7f12.

V2: fix compile error in u_queue.c

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/auxiliary/util/u_queue.h
src/gallium/drivers/ddebug/dd_pipe.h
src/gallium/drivers/llvmpipe/lp_rast_priv.h
src/gallium/drivers/radeon/r600_pipe_common.h
src/gallium/drivers/rbug/rbug_core.c
src/gallium/state_trackers/nine/nine_state.c
src/gallium/tests/unit/pipe_barrier_test.c