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

References

projects/openmp/runtime/src/z_Linux_util.cpp
 1615   if (!flag) { // coming from __kmp_null_resume_wrapper
 1616     flag = (C *)CCAST(void *, th->th.th_sleep_loc);
 1621   if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type
 1621   if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type
 1621   if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type
 1632     typename C::flag_t old_spin = flag->unset_sleeping();
 1633     if (!flag->is_sleeping_val(old_spin)) {