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

/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_posix.h83 impl_thrd_routine(void *p) function in typeref:typename:void *
289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) {
H A Dthreads_win32.h142 static unsigned __stdcall impl_thrd_routine(void *p) function in typeref:typename:unsigned __stdcall
491 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL);
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_posix.h83 impl_thrd_routine(void *p) function in typeref:typename:void *
289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) {
H A Dthreads_win32.h118 static unsigned __stdcall impl_thrd_routine(void *p) function in typeref:typename:unsigned __stdcall
360 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL);

Completed in 4 milliseconds