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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 3835   if (td->td_allow_completion_event.type == KMP_EVENT_UNINITIALIZED) {
 3836     td->td_allow_completion_event.type = KMP_EVENT_ALLOW_COMPLETION;
 3837     td->td_allow_completion_event.ed.task = task;
 3838     __kmp_init_tas_lock(&td->td_allow_completion_event.lock);
 3840   return &td->td_allow_completion_event;