Searched refs:impl_thrd_routine (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ | ||
| H A D | threads_posix.h | 83 impl_thrd_routine(void *p) function in typeref:typename:void * 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { |
| H A D | threads_win32.h | 142 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 D | threads_posix.h | 83 impl_thrd_routine(void *p) function in typeref:typename:void * 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) { |
| H A D | threads_win32.h | 118 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