reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/z_Linux_util.cpp
 1610   __kmp_suspend_initialize_thread(th);
 1612   status = pthread_mutex_lock(&th->th.th_suspend_mx.m_mutex);
 1616     flag = (C *)CCAST(void *, th->th.th_sleep_loc);
 1627     status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex);
 1638       status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex);
 1647   TCW_PTR(th->th.th_sleep_loc, NULL);
 1657   status = pthread_cond_signal(&th->th.th_suspend_cv.c_cond);
 1659   status = pthread_mutex_unlock(&th->th.th_suspend_mx.m_mutex);