| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_thread.h | 39 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 D | u_queue.h | 208 thrd_t *threads;
|
| H A D | u_queue.c | 460 queue->threads = (thrd_t*) calloc(num_threads, sizeof(thrd_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_cs_tpool.h | 48 thrd_t threads[LP_MAX_THREADS];
|
| H A D | lp_rast_priv.h | 128 thrd_t threads[LP_MAX_THREADS];
|
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| H A D | threads_posix.h | 66 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 D | threads_win32.h | 108 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 D | threads_posix.h | 66 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 D | threads_win32.h | 84 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 D | u_helpers.h | 56 thrd_t *upper_thread);
|
| H A D | u_helpers.c | 137 thrd_t *upper_thread)
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_thread.h | 107 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 D | u_queue.h | 212 thrd_t *threads;
|
| H A D | u_queue.c | 476 queue->threads = (thrd_t*) calloc(queue->max_threads, sizeof(thrd_t));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | pipe_barrier_test.c | 50 static thrd_t threads[NUM_THREADS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| H A D | pipe_barrier_test.c | 50 static thrd_t threads[NUM_THREADS];
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/sparse_array/ |
| H A D | multi_threaded.c | 58 thrd_t threads[NUM_THREADS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | u_current.c | 155 typedef thrd_t thread_id;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_pipe.h | 316 thrd_t thread;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_priv.h | 128 thrd_t threads[LP_MAX_THREADS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_pipe.h | 319 thrd_t thread;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.h | 373 thrd_t gpu_load_thread;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.h | 369 thrd_t gpu_load_thread;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_core.c | 57 thrd_t thread;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_core.c | 54 thrd_t thread;
|