Searched refs:thrd_join (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 121 thrd_join(threads[i], NULL); in main()
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_thread.h | 80 return thrd_join( thread, NULL ); in pipe_thread_wait()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_gpu_load.c | 151 thrd_join(rscreen->gpu_load_thread, NULL); in r600_gpu_load_kill_thread()
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 302 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
D | threads_win32.h | 559 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 326 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
D | threads_win32.h | 577 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_gpu_load.c | 168 thrd_join(sscreen->gpu_load_thread, NULL); in si_gpu_load_kill_thread()
|
/external/mesa3d/src/util/ |
D | u_queue.c | 390 thrd_join(queue->threads[i], NULL); in util_queue_killall_and_wait()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 962 thrd_join(rast->threads[i], NULL); in lp_rast_destroy()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 872 thrd_join(tr_rbug->thread, NULL); in rbug_stop()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 574 thrd_join(dctx->thread, NULL); in dd_thread_join()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_state.c | 241 thrd_join(render_thread, NULL); in nine_csmt_destroy()
|