reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1419 status = pthread_cond_destroy(&th->th.th_suspend_cv.c_cond); 1420 if (status != 0 && status != EBUSY) { 1420 if (status != 0 && status != EBUSY) { 1421 KMP_SYSFAIL("pthread_cond_destroy", status); 1423 status = pthread_mutex_destroy(&th->th.th_suspend_mx.m_mutex); 1424 if (status != 0 && status != EBUSY) { 1424 if (status != 0 && status != EBUSY) { 1425 KMP_SYSFAIL("pthread_mutex_destroy", status);