Searched refs:thrd_t (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_thread.h39 static inline thrd_t u_thread_create(int (*routine)(void *), void *param)
41 thrd_t thread;
84 util_pin_thread_to_L3(thrd_t thread, unsigned L3_index, unsigned cores_per_L3)
104 util_get_L3_for_pinned_thread(thrd_t thread, unsigned cores_per_L3)
136 u_thread_get_time_nano(thrd_t thread)
150 static inline bool u_thread_is_self(thrd_t thread)
H A Du_queue.h208 thrd_t *threads;
H A Du_queue.c460 queue->threads = (thrd_t*) calloc(num_threads, sizeof(thrd_t));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.h48 thrd_t threads[LP_MAX_THREADS];
H A Dlp_rast_priv.h128 thrd_t threads[LP_MAX_THREADS];
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_posix.h66 typedef pthread_t thrd_t; typedef in typeref:typename:pthread_t
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)
H A Dthreads_win32.h108 typedef HANDLE thrd_t; typedef in typeref:typename:HANDLE
482 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
497 *thr = (thrd_t)handle;
503 static inline thrd_t
518 * - define thrd_t as a thread Ids, but this would mean we'd need to OpenThread for many operations
519 * - use malloc'ed memory for thrd_t. This would imply using TLS for current thread.
544 thrd_detach(thrd_t thr)
552 thrd_equal(thrd_t thr0, thrd_t thr1)
567 thrd_join(thrd_t th
[all...]
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_posix.h66 typedef pthread_t thrd_t; typedef in typeref:typename:pthread_t
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)
H A Dthreads_win32.h84 typedef HANDLE thrd_t; typedef in typeref:typename:HANDLE
351 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
366 *thr = (thrd_t)handle;
372 static inline thrd_t
387 * - define thrd_t as a thread Ids, but this would mean we'd need to OpenThread for many operations
388 * - use malloc'ed memory for thrd_t. This would imply using TLS for current thread.
413 thrd_detach(thrd_t thr)
421 thrd_equal(thrd_t thr0, thrd_t thr1)
436 thrd_join(thrd_t th
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.h56 thrd_t *upper_thread);
H A Du_helpers.c137 thrd_t *upper_thread)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_thread.h107 static inline thrd_t u_thread_create(int (*routine)(void *), void *param)
109 thrd_t thread;
166 util_set_thread_affinity(thrd_t thread,
258 util_thread_get_time_nano(thrd_t thread)
288 static inline bool u_thread_is_self(thrd_t thread)
380 typedef thrd_t thread_id;
H A Du_queue.h212 thrd_t *threads;
H A Du_queue.c476 queue->threads = (thrd_t*) calloc(queue->max_threads, sizeof(thrd_t));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Dpipe_barrier_test.c50 static thrd_t threads[NUM_THREADS];
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Dpipe_barrier_test.c50 static thrd_t threads[NUM_THREADS];
/xsrc/external/mit/MesaLib/dist/src/util/tests/sparse_array/
H A Dmulti_threaded.c58 thrd_t threads[NUM_THREADS];
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.c155 typedef thrd_t thread_id;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h316 thrd_t thread;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h128 thrd_t threads[LP_MAX_THREADS];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h319 thrd_t thread;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h373 thrd_t gpu_load_thread;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h369 thrd_t gpu_load_thread;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c57 thrd_t thread;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c54 thrd_t thread;

Completed in 46 milliseconds

12