HomeSort by relevance Sort by last modified time
    Searched refs:thrd_t (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/util/
u_thread.h 40 static inline thrd_t u_thread_create(int (*routine)(void *), void *param)
42 thrd_t thread;
79 u_thread_get_time_nano(thrd_t thread)
93 static inline bool u_thread_is_self(thrd_t thread)
u_queue.h 207 thrd_t *threads;
u_queue.c 320 queue->threads = (thrd_t*) calloc(num_threads, sizeof(thrd_t));
  /external/mesa3d/include/c11/
threads_posix.h 66 typedef pthread_t thrd_t; typedef
281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
297 static inline thrd_t
305 thrd_detach(thrd_t thr)
312 thrd_equal(thrd_t thr0, thrd_t thr1)
326 thrd_join(thrd_t thr, int *res)
threads_win32.h 118 typedef HANDLE thrd_t; typedef
492 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
507 *thr = (thrd_t)handle;
513 static inline thrd_t
528 * - define thrd_t as a thread Ids, but this would mean we'd need to OpenThread for many operations
529 * - use malloc'ed memory for thrd_t. This would imply using TLS for current thread.
554 thrd_detach(thrd_t thr)
562 thrd_equal(thrd_t thr0, thrd_t thr1)
577 thrd_join(thrd_t thr, int *res
    [all...]
  /external/virglrenderer/src/gallium/include/c11/
threads_posix.h 66 typedef pthread_t thrd_t; typedef
257 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
273 static inline thrd_t
281 thrd_detach(thrd_t thr)
288 thrd_equal(thrd_t thr0, thrd_t thr1)
302 thrd_join(thrd_t thr, int *res)
threads_win32.h 104 typedef HANDLE thrd_t; typedef
478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
493 *thr = (thrd_t)handle;
499 static inline thrd_t
510 * - define thrd_t as a thread Ids, but this would mean we'd need to OpenThread for many operations
511 * - use malloc'ed memory for thrd_t. This would imply using TLS for current thread.
536 thrd_detach(thrd_t thr)
544 thrd_equal(thrd_t thr0, thrd_t thr1)
559 thrd_join(thrd_t thr, int *res
    [all...]
  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 50 static thrd_t threads[NUM_THREADS];
  /external/mesa3d/src/mapi/
u_current.c 151 typedef thrd_t thread_id;
  /external/virglrenderer/src/gallium/auxiliary/os/
os_thread.h 52 typedef thrd_t pipe_thread;
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 314 thrd_t thread;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 130 thrd_t threads[LP_MAX_THREADS];
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.h 373 thrd_t gpu_load_thread;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 150 thrd_t gpu_load_thread;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 57 thrd_t thread;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.c 63 thrd_t worker;
221 thrd_t render_thread = ctx->worker;
    [all...]

Completed in 358 milliseconds