Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_tasking.cpp1125 if (taskdata->td_allow_completion_event.type ==
1128 __kmp_acquire_tas_lock(&taskdata->td_allow_completion_event.lock, gtid);
1129 if (taskdata->td_allow_completion_event.type ==
1149 __kmp_release_tas_lock(&taskdata->td_allow_completion_event.lock, gtid);
1368 task->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED;
1647 taskdata->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED;
4604 if (td->td_allow_completion_event.type == KMP_EVENT_UNINITIALIZED) {
4605 td->td_allow_completion_event.type = KMP_EVENT_ALLOW_COMPLETION;
4606 td->td_allow_completion_event.ed.task = task;
4607 __kmp_init_tas_lock(&td->td_allow_completion_event.lock);
[all …]
HDkmp.h2793 kmp_event_t td_allow_completion_event; member