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

/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DThreadUnix.cpp53 static void *threadFunc(void * thread_p);
57 void *OSThread::threadFunc(void *thread_p) function in class:OSThread
61 //printf("@@@@ OSThread::threadFunc (%p)\n", t->_osThread);
63 //printf("@@@@ OSThread::threadFunc (%p) after run\n", t->_osThread);
66 //printf("@@@@ OSThread::threadFunc setting signal\n");
143 if (pthread_create(&_osThread->_handle, NULL, OSThread::threadFunc, this) != 0) {

Completed in 64 milliseconds