Searched refs:m_Cond (Results 1 – 1 of 1) sorted by relevance
77 pthread_cond_t m_Cond; member172 pthread_cond_init (&(pImpl->m_Cond), PTHREAD_CONDATTR_DEFAULT); in osl_thread_construct_Impl()185 pthread_cond_destroy (&((*ppImpl)->m_Cond)); in osl_thread_destruct_Impl()247 pthread_cond_signal (&(pImpl->m_Cond)); in osl_thread_start_Impl()254 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_start_Impl()315 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_create_Impl()386 pthread_cond_signal (&(pImpl->m_Cond)); in osl_resumeThread()414 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_suspendThread()498 pthread_cond_signal (&(pImpl->m_Cond)); in osl_terminateThread()529 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_scheduleThread()
Completed in 8 milliseconds