Searched refs:threadFunc (Results 1 – 1 of 1) sorted by relevance
53 static void *threadFunc(void * thread_p);57 void *OSThread::threadFunc(void *thread_p) in threadFunc() function in OSThread143 if (pthread_create(&_osThread->_handle, NULL, OSThread::threadFunc, this) != 0) { in start()