Searched refs:pThreadImpl (Results 1 – 2 of 2) sorted by relevance
110 pThreadImpl->m_hmq = WinCreateMsgQueue( pThreadImpl->m_hab, 0 ); in oslWorkerWrapperFunction()116 pThreadImpl->m_WorkerFunction( pThreadImpl->m_pData ); in oslWorkerWrapperFunction()183 free(pThreadImpl); in oslCreateThread()189 return pThreadImpl; in oslCreateThread()218 if (pThreadImpl != NULL) in osl_getThreadIdentifier()374 if(pThreadImpl==NULL || pThreadImpl->m_ThreadId==-1) in osl_getThreadPriority()448 if(pThreadImpl==NULL || pThreadImpl->m_ThreadId==-1) in osl_isThreadRunning()469 if(pThreadImpl==NULL || pThreadImpl->m_ThreadId==-1) in osl_joinWithThread()500 if (pThreadImpl==NULL || pThreadImpl->m_ThreadId==-1) in osl_terminateThread()522 if (pThreadImpl==NULL || pThreadImpl->m_ThreadId==-1) in osl_scheduleThread()[all …]
64 pThreadImpl->m_WorkerFunction(pThreadImpl->m_pData); in oslWorkerWrapperFunction()78 osl_TThreadImpl* pThreadImpl; in oslCreateThread() local83 OSL_ASSERT(pThreadImpl); in oslCreateThread()94 pThreadImpl->m_hThread= in oslCreateThread()105 free(pThreadImpl); in oslCreateThread()137 if (pThreadImpl != NULL) in osl_getThreadIdentifier()253 if(pThreadImpl==NULL || pThreadImpl->m_hThread==0) in osl_getThreadPriority()310 if(pThreadImpl==NULL || pThreadImpl->m_hThread==0) in osl_isThreadRunning()326 if(pThreadImpl==NULL || pThreadImpl->m_hThread==0) in osl_joinWithThread()356 if (pThreadImpl==NULL || pThreadImpl->m_hThread==0) in osl_terminateThread()[all …]
Completed in 18 milliseconds