Searched refs:thrd_routine (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/include/windows/
H A Dthreads.h60 static DWORD WINAPI thrd_routine(void *arg) function
93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL);
/freebsd-12-stable/contrib/processor-trace/include/posix/
H A Dthreads.h65 static void *thrd_routine(void *arg) function
98 errcode = pthread_create(&thrd->thread, NULL, thrd_routine, args);

Completed in 46 milliseconds