Home
last modified time | relevance | path

Searched refs:td_allow_completion_event (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp1109 if (taskdata->td_allow_completion_event.type ==
1112 __kmp_acquire_tas_lock(&taskdata->td_allow_completion_event.lock, gtid);
1113 if (taskdata->td_allow_completion_event.type ==
1133 __kmp_release_tas_lock(&taskdata->td_allow_completion_event.lock, gtid);
1351 task->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED;
1632 taskdata->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED;
4591 if (td->td_allow_completion_event.type == KMP_EVENT_UNINITIALIZED) {
4592 td->td_allow_completion_event.type = KMP_EVENT_ALLOW_COMPLETION;
4593 td->td_allow_completion_event.ed.task = task;
4594 __kmp_init_tas_lock(&td->td_allow_completion_event.lock);
[all …]
H A Dkmp.h2840 kmp_event_t td_allow_completion_event; member