Home
last modified time | relevance | path

Searched refs:thrd_t (Results 1 – 16 of 16) sorted by relevance

/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h66 typedef pthread_t thrd_t; typedef
257 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
273 static inline thrd_t
281 thrd_detach(thrd_t thr) in thrd_detach()
288 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal()
302 thrd_join(thrd_t thr, int *res) in thrd_join()
Dthreads_win32.h104 typedef HANDLE thrd_t; typedef
478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
493 *thr = (thrd_t)handle; in thrd_create()
499 static inline thrd_t
536 thrd_detach(thrd_t thr) in thrd_detach()
544 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal()
559 thrd_join(thrd_t thr, int *res) in thrd_join()
/external/mesa3d/include/c11/
Dthreads_posix.h66 typedef pthread_t thrd_t; typedef
281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
297 static inline thrd_t
305 thrd_detach(thrd_t thr) in thrd_detach()
312 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal()
326 thrd_join(thrd_t thr, int *res) in thrd_join()
Dthreads_win32.h118 typedef HANDLE thrd_t; typedef
492 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
507 *thr = (thrd_t)handle; in thrd_create()
513 static inline thrd_t
554 thrd_detach(thrd_t thr) in thrd_detach()
562 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal()
577 thrd_join(thrd_t thr, int *res) in thrd_join()
/external/mesa3d/src/util/
Du_thread.h40 static inline thrd_t u_thread_create(int (*routine)(void *), void *param) in u_thread_create()
42 thrd_t thread; in u_thread_create()
79 u_thread_get_time_nano(thrd_t thread) in u_thread_get_time_nano()
93 static inline bool u_thread_is_self(thrd_t thread) in u_thread_is_self()
Du_queue.h207 thrd_t *threads;
Du_queue.c320 queue->threads = (thrd_t*) calloc(num_threads, sizeof(thrd_t)); in util_queue_init()
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c50 static thrd_t threads[NUM_THREADS];
/external/mesa3d/src/mapi/
Du_current.c151 typedef thrd_t thread_id;
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_thread.h52 typedef thrd_t pipe_thread;
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h314 thrd_t thread;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h130 thrd_t threads[LP_MAX_THREADS];
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h150 thrd_t gpu_load_thread;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h373 thrd_t gpu_load_thread;
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c57 thrd_t thread;
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c63 thrd_t worker;
221 thrd_t render_thread = ctx->worker; in nine_csmt_destroy()