Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dthread.c77 pthread_cond_t m_Cond; member
172 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()
314 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_thread_create_Impl()
385 pthread_cond_signal (&(pImpl->m_Cond)); in osl_resumeThread()
413 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_suspendThread()
497 pthread_cond_signal (&(pImpl->m_Cond)); in osl_terminateThread()
528 pthread_cond_wait (&(pImpl->m_Cond), &(pImpl->m_Lock)); in osl_scheduleThread()

Completed in 29 milliseconds