Searched refs:pThreadImpl (Results 1 – 2 of 2) sorted by relevance
114 pThreadImpl->m_hmq = WinCreateMsgQueue( pThreadImpl->m_hab, 0 ); in oslWorkerWrapperFunction()120 pThreadImpl->m_WorkerFunction( pThreadImpl->m_pData ); in oslWorkerWrapperFunction()189 free(pThreadImpl); in oslCreateThread()195 return pThreadImpl; in oslCreateThread()224 if (pThreadImpl != NULL) in osl_getThreadIdentifier()380 if(pThreadImpl==0 || pThreadImpl->m_ThreadId==-1) in osl_getThreadPriority()454 if(pThreadImpl==0 || pThreadImpl->m_ThreadId==-1) in osl_isThreadRunning()475 if(pThreadImpl==0 || pThreadImpl->m_ThreadId==-1) in osl_joinWithThread()506 if (pThreadImpl==0 || pThreadImpl->m_ThreadId==-1) in osl_terminateThread()528 if (pThreadImpl==0 || pThreadImpl->m_ThreadId==-1) in osl_scheduleThread()[all …]
64 pThreadImpl->m_WorkerFunction(pThreadImpl->m_pData); in oslWorkerWrapperFunction()83 OSL_ASSERT(pThreadImpl); in oslCreateThread()85 if ( pThreadImpl == 0 ) in oslCreateThread()94 pThreadImpl->m_hThread= in oslCreateThread()105 free(pThreadImpl); in oslCreateThread()137 if (pThreadImpl != NULL) in osl_getThreadIdentifier()253 if(pThreadImpl==0 || pThreadImpl->m_hThread==0) in osl_getThreadPriority()310 if(pThreadImpl==0 || pThreadImpl->m_hThread==0) in osl_isThreadRunning()326 if(pThreadImpl==0 || pThreadImpl->m_hThread==0) in osl_joinWithThread()356 if (pThreadImpl==0 || pThreadImpl->m_hThread==0) in osl_terminateThread()[all …]
Completed in 30 milliseconds