Searched refs:td_allow_completion_event (Results 1 – 2 of 2) sorted by relevance
1109 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 …]
2840 kmp_event_t td_allow_completion_event; member