Searched refs:aThread (Results 1 – 2 of 2) sorted by relevance
526 MS_BOOL deleteThread(hslThread aThread) in deleteThread() argument530 if (0 == pthread_detach(aThread.threadId)) in deleteThread()544 MS_BOOL initThread(hslThread* aThread) in initThread() argument548 if (0 == pthread_create( &(aThread->threadId), NULL, aThread->funcPtr, aThread->funcParam)) in initThread()
213 MS_BOOL initThread( hslThread* aThread);