Home
last modified time | relevance | path

Searched refs:pipe_thread (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h52 typedef thrd_t pipe_thread; typedef
57 static inline pipe_thread pipe_thread_create( PIPE_THREAD_ROUTINE((*routine), ), void *param )
59 pipe_thread thread;
78 static inline int pipe_thread_wait( pipe_thread thread ) in pipe_thread_wait()
83 static inline int pipe_thread_destroy( pipe_thread thread ) in pipe_thread_destroy()
100 static inline int pipe_thread_is_self( pipe_thread thread ) in pipe_thread_is_self()
/external/mesa3d/src/gallium/auxiliary/util/
Du_queue.h63 pipe_thread *threads;
Du_queue.c198 queue->threads = (pipe_thread*)CALLOC(num_threads, sizeof(pipe_thread)); in util_queue_init()
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c49 static pipe_thread threads[NUM_THREADS];
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h237 pipe_thread thread;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h130 pipe_thread threads[LP_MAX_THREADS];
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h398 pipe_thread gpu_load_thread;
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c57 pipe_thread thread;
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c63 pipe_thread worker;
220 pipe_thread render_thread = ctx->worker; in nine_csmt_destroy()