Home
last modified time | relevance | path

Searched refs:impl_thrd_routine (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h83 impl_thrd_routine(void *p) in impl_thrd_routine() function
265 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { in thrd_create()
Dthreads_win32.h138 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/
Dthreads_posix.h83 impl_thrd_routine(void *p) in impl_thrd_routine() function
289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { in thrd_create()
Dthreads_win32.h152 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()