Home
last modified time | relevance | path

Searched refs:thrd_join (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/perf/
Du_trace_test.cpp30 thrd_join(threads[i], &ret); in TEST()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_call_once_test.cpp65 thrd_join(threads[i], &ret); in TEST()
Dsparse_array_test.cpp63 int ret = thrd_join(threads[i], NULL); in TEST()
Du_debug_test.cpp63 thrd_join(threads[i], &ret); in TEST()
/hardware/google/gfxstream/guest/mesa/src/c11/
Dthreads.h176 int thrd_join(thrd_t, int *);
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_posix.c316 thrd_join(thrd_t thr, int *res) in thrd_join() function
Dthreads_win32.c375 thrd_join(thrd_t thr, int *res) in thrd_join() function
/hardware/google/gfxstream/guest/mesa/src/util/
Dfossilize_db.c558 thrd_join(updater->thrd, NULL); in foz_destroy()
Du_queue.c524 thrd_join(queue->threads[i], NULL); in util_queue_kill_threads()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.c548 thrd_join(queue->submit.thread, NULL); in vk_queue_stop_submit_thread()