Searched refs:impl_thrd_routine (Results 1 – 2 of 2) sorted by relevance
83 impl_thrd_routine(void *p) in impl_thrd_routine() function296 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { in thrd_create()
138 static unsigned __stdcall impl_thrd_routine(void *p) in impl_thrd_routine() function487 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL); in thrd_create()