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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4055     this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
 5408         while (*state != KMP_SAFE_TO_REAP) {
 5560   this_th->th.th_reap_state = KMP_SAFE_TO_REAP;
projects/openmp/runtime/src/kmp_wait_release.h
  341             this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
  350           this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
  353         this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
  427                this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) {