Home
last modified time | relevance | path

Searched refs:OSThread (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lms/SyncLib/Include/
H A DThread.h65 class OSThread; variable
69 friend class OSThread; variable
100 OSThread *_osThread;
/titanic_41/usr/src/cmd/lms/SyncLib/src/
H A DThreadUnix.cpp46 class OSThread class
57 void *OSThread::threadFunc(void *thread_p) in threadFunc()
75 _osThread = new OSThread; in Thread()
143 if (pthread_create(&_osThread->_handle, NULL, OSThread::threadFunc, this) != 0) { in start()