HomeSort by relevance Sort by last modified time
    Searched refs:impl_thrd_routine (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/include/c11/
threads_posix.h 83 impl_thrd_routine(void *p) function
296 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) {
threads_win32.h 138 static unsigned __stdcall impl_thrd_routine(void *p) function
487 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL);

Completed in 138 milliseconds