reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1462 status = pthread_mutex_lock(&th->th.th_suspend_mx.m_mutex); 1463 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); 1474 status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex); 1475 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); 1536 status = pthread_cond_wait(&th->th.th_suspend_cv.c_cond, 1540 if ((status != 0) && (status != EINTR) && (status != ETIMEDOUT)) { 1540 if ((status != 0) && (status != EINTR) && (status != ETIMEDOUT)) { 1540 if ((status != 0) && (status != EINTR) && (status != ETIMEDOUT)) { 1541 KMP_SYSFAIL("pthread_cond_wait", status); 1578 status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex); 1579 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status);