Home
last modified time | relevance | path

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

/external/mesa3d/include/c11/
Dthreads_posix.h83 impl_thrd_routine(void *p) in impl_thrd_routine() function
296 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()