Home
last modified time | relevance | path

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

/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c63 impl_thrd_routine(void *p) in impl_thrd_routine() function
263 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { in thrd_create()
H A Dthreads_win32.c87 static unsigned __stdcall impl_thrd_routine(void *p) in impl_thrd_routine() function
320 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL); in thrd_create()

Completed in 2 milliseconds