Searched refs:thrd_join (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/perf/ |
D | u_trace_test.cpp | 30 thrd_join(threads[i], &ret); in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | u_call_once_test.cpp | 65 thrd_join(threads[i], &ret); in TEST()
|
D | sparse_array_test.cpp | 63 int ret = thrd_join(threads[i], NULL); in TEST()
|
D | u_debug_test.cpp | 63 thrd_join(threads[i], &ret); in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/c11/ |
D | threads.h | 176 int thrd_join(thrd_t, int *);
|
/hardware/google/gfxstream/guest/mesa/src/c11/impl/ |
D | threads_posix.c | 316 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
D | threads_win32.c | 375 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | fossilize_db.c | 558 thrd_join(updater->thrd, NULL); in foz_destroy()
|
D | u_queue.c | 524 thrd_join(queue->threads[i], NULL); in util_queue_kill_threads()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_queue.c | 548 thrd_join(queue->submit.thread, NULL); in vk_queue_stop_submit_thread()
|