Home
last modified time | relevance | path

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

/aoo42x/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()
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 …]
H A Dconditn.c35 pthread_mutex_t m_Lock; member
108 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 …]
/aoo42x/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 204 milliseconds