Home
last modified time | relevance | path

Searched refs:m_Lock (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dthread.c76 pthread_mutex_t m_Lock; member
203 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_cleanup_Impl()
210 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_thread_cleanup_Impl()
380 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_resumeThread()
389 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_resumeThread()
403 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_suspendThread()
433 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_isThreadRunning()
452 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_joinWithThread()
492 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_terminateThread()
523 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_scheduleThread()
[all …]
H A Dconditn.c36 pthread_mutex_t m_Lock; member
109 nRet = pthread_mutex_destroy(&pCond->m_Lock); in osl_destroyCondition()
138 nRet = pthread_mutex_lock(&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()
288 nRet = pthread_mutex_unlock(&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 …]
/aoo4110/main/vos/source/
H A Dtimer.cxx78 vos::OMutex m_Lock; member in vos::OTimerManager
317 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 17 milliseconds