Searched refs:impl_thrd_routine (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 83 impl_thrd_routine(void *p) in impl_thrd_routine() function 265 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { in thrd_create()
|
D | threads_win32.h | 138 static unsigned __stdcall impl_thrd_routine(void *p) in impl_thrd_routine() function 487 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL); in thrd_create()
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 83 impl_thrd_routine(void *p) in impl_thrd_routine() function 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { in thrd_create()
|
D | threads_win32.h | 152 static unsigned __stdcall impl_thrd_routine(void *p) in impl_thrd_routine() function 501 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL); in thrd_create()
|