Lines Matching refs:m_Lock

76 	pthread_mutex_t		m_Lock;  member
171 pthread_mutex_init (&(pImpl->m_Lock), PTHREAD_MUTEXATTR_DEFAULT); in osl_thread_construct_Impl()
186 pthread_mutex_destroy (&((*ppImpl)->m_Lock)); in osl_thread_destruct_Impl()
203 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_cleanup_Impl()
210 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_thread_cleanup_Impl()
236 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_start_Impl()
253 pthread_cleanup_push (osl_thread_wait_cleanup_Impl, &(pImpl->m_Lock)); in osl_thread_start_Impl()
254 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_start_Impl()
261 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_thread_start_Impl()
293 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_thread_create_Impl()
303 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_thread_create_Impl()
313 pthread_cleanup_push (osl_thread_wait_cleanup_Impl, &(pImpl->m_Lock)); in osl_thread_create_Impl()
314 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_create_Impl()
318 pthread_mutex_unlock (&(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()
388 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_resumeThread()
402 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_suspendThread()
412 pthread_cleanup_push (osl_thread_wait_cleanup_Impl, &(pImpl->m_Lock)); in osl_suspendThread()
413 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_suspendThread()
418 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_suspendThread()
432 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_isThreadRunning()
434 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_isThreadRunning()
451 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_joinWithThread()
456 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_joinWithThread()
464 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_joinWithThread()
491 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_terminateThread()
502 pthread_mutex_unlock (&(pImpl->m_Lock)); in osl_terminateThread()
522 pthread_mutex_lock (&(pImpl->m_Lock)); in osl_scheduleThread()
527 pthread_cleanup_push (osl_thread_wait_cleanup_Impl, &(pImpl->m_Lock)); in osl_scheduleThread()
528 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_scheduleThread()
534 pthread_mutex_unlock(&(pImpl->m_Lock)); in osl_scheduleThread()