reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1460 __kmp_suspend_initialize_thread(th); 1462 status = pthread_mutex_lock(&th->th.th_suspend_mx.m_mutex); 1474 status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex); 1492 TCW_PTR(th->th.th_sleep_loc, (void *)flag); 1505 th->th.th_active = FALSE; 1506 if (th->th.th_active_in_pool) { 1507 th->th.th_active_in_pool = FALSE; 1536 status = pthread_cond_wait(&th->th.th_suspend_cv.c_cond, 1537 &th->th.th_suspend_mx.m_mutex); 1562 th->th.th_active = TRUE; 1563 if (TCR_4(th->th.th_in_pool)) { 1565 th->th.th_active_in_pool = TRUE; 1578 status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex);