Searched refs:pipe_thread (Results 1 – 9 of 9) sorted by relevance
52 typedef thrd_t pipe_thread; typedef57 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()
63 pipe_thread *threads;
198 queue->threads = (pipe_thread*)CALLOC(num_threads, sizeof(pipe_thread)); in util_queue_init()
49 static pipe_thread threads[NUM_THREADS];
237 pipe_thread thread;
130 pipe_thread threads[LP_MAX_THREADS];
398 pipe_thread gpu_load_thread;
57 pipe_thread thread;
63 pipe_thread worker;220 pipe_thread render_thread = ctx->worker; in nine_csmt_destroy()