Searched refs:thrd_routine (Results 1 – 2 of 2) sorted by relevance
60 static DWORD WINAPI thrd_routine(void *arg) in thrd_routine() function93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
65 static void *thrd_routine(void *arg) in thrd_routine() function98 errcode = pthread_create(&thrd->thread, NULL, thrd_routine, args); in thrd_create()