reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1926 status = pthread_key_delete(__kmp_gtid_threadprivate_key); 1927 KMP_CHECK_SYSFAIL("pthread_key_delete", status); 1929 status = pthread_mutex_destroy(&__kmp_wait_mx.m_mutex); 1930 if (status != 0 && status != EBUSY) { 1930 if (status != 0 && status != EBUSY) { 1931 KMP_SYSFAIL("pthread_mutex_destroy", status); 1933 status = pthread_cond_destroy(&__kmp_wait_cv.c_cond); 1934 if (status != 0 && status != EBUSY) { 1934 if (status != 0 && status != EBUSY) { 1935 KMP_SYSFAIL("pthread_cond_destroy", status);