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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 6051       while (thr && KMP_ATOMIC_LD_ACQ(&thr->th.th_blocking))
projects/openmp/runtime/src/kmp_tasking.cpp
  767         int children = KMP_ATOMIC_LD_ACQ(&taskdata->td_incomplete_child_tasks);
 1101     children = KMP_ATOMIC_LD_ACQ(&task->td_incomplete_child_tasks);
 1855       while (KMP_ATOMIC_LD_ACQ(&taskdata->td_incomplete_child_tasks) != 0) {
 2333         (reduce_data = KMP_ATOMIC_LD_ACQ(&team->t.t_tg_reduce_data[is_ws])) ==
 2483       while (KMP_ATOMIC_LD_ACQ(&taskgroup->count) != 0) {
 2513     if ((reduce_data = KMP_ATOMIC_LD_ACQ(&t->t.t_tg_reduce_data[0])) != NULL &&
 2531     } else if ((reduce_data = KMP_ATOMIC_LD_ACQ(&t->t.t_tg_reduce_data[1])) !=
 2941         KMP_ATOMIC_LD_ACQ(&current_task->td_incomplete_child_tasks) == 0) {
 3748   while (KMP_ATOMIC_LD_ACQ(&taskdata->td_incomplete_child_tasks) > 0)
projects/openmp/runtime/src/z_Linux_util.cpp
 1396     while (KMP_ATOMIC_LD_ACQ(&th->th.th_suspend_init_count) != new_value) {
 1414   if (KMP_ATOMIC_LD_ACQ(&th->th.th_suspend_init_count) > __kmp_fork_count) {