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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4053     this_thr->th.th_reap_state = KMP_NOT_SAFE_TO_REAP;
 4055     this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
 5407         volatile kmp_uint32 *state = &th->th.th_reap_state;
 5560   this_th->th.th_reap_state = KMP_SAFE_TO_REAP;
projects/openmp/runtime/src/kmp_tasking.cpp
 2806   thread->th.th_reap_state = KMP_NOT_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) {
  428       this_thr->th.th_reap_state = KMP_NOT_SAFE_TO_REAP;