Searched refs:m_Lock (Results 1 – 3 of 3) sorted by relevance
76 pthread_mutex_t m_Lock; member203 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_cleanup_Impl()236 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_start_Impl()293 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_create_Impl()358 pthread_mutex_lock(&impl->m_Lock); in osl_destroyThread()361 pthread_mutex_unlock(&impl->m_Lock); in osl_destroyThread()379 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_resumeThread()402 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_suspendThread()432 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_isThreadRunning()451 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_joinWithThread()[all …]
35 pthread_mutex_t m_Lock; member108 nRet = pthread_mutex_destroy(&pCond->m_Lock); in osl_destroyCondition()137 nRet = pthread_mutex_lock(&pCond->m_Lock); in osl_setCondition()151 (void)pthread_mutex_unlock(&pCond->m_Lock); in osl_setCondition()155 nRet = pthread_mutex_unlock(&pCond->m_Lock); in osl_setCondition()184 nRet = pthread_mutex_lock(&pCond->m_Lock); in osl_resetCondition()194 nRet = pthread_mutex_unlock(&pCond->m_Lock); in osl_resetCondition()222 nRet = pthread_mutex_lock(&pCond->m_Lock); in osl_waitCondition()300 nRet = pthread_mutex_unlock(&pCond->m_Lock); in osl_waitCondition()327 nRet = pthread_mutex_lock(&pCond->m_Lock); in osl_checkCondition()[all …]
78 vos::OMutex m_Lock; member in vos::OTimerManager317 OGuard Guard(&m_Lock); in registerTimer()359 OGuard Guard(&m_Lock); in unregisterTimer()387 OGuard Guard(&m_Lock); in lookupTimer()404 m_Lock.acquire(); in checkForTimeout()408 m_Lock.release(); in checkForTimeout()421 m_Lock.release(); in checkForTimeout()443 m_Lock.release(); in checkForTimeout()460 m_Lock.acquire(); in run()475 m_Lock.release(); in run()
Completed in 59 milliseconds