reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1098 if (task->td_dephash) { 1100 task->td_flags.complete = 1; 1101 children = KMP_ATOMIC_LD_ACQ(&task->td_incomplete_child_tasks); 1102 kmp_tasking_flags_t flags_old = task->td_flags; 1106 if (KMP_COMPARE_AND_STORE_ACQ32(RCAST(kmp_int32 *, &task->td_flags), 1112 __kmp_dephash_free_entries(thread, task->td_dephash);