reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
158 KMP_ATOMIC_ST_REL(&lck->lk.poll, KMP_LOCK_FREE(tas));
projects/openmp/runtime/src/kmp_tasking.cpp1071 KMP_ATOMIC_ST_REL(&task->td_incomplete_child_tasks, 0); 1073 KMP_ATOMIC_ST_REL(&task->td_allocated_child_tasks, 0); 2330 KMP_ATOMIC_ST_REL(&team->t.t_tg_reduce_data[is_ws], reduce_data); 2524 KMP_ATOMIC_ST_REL(&t->t.t_tg_reduce_data[0], NULL); 2525 KMP_ATOMIC_ST_REL(&t->t.t_tg_fini_counter[0], 0); 2542 KMP_ATOMIC_ST_REL(&t->t.t_tg_reduce_data[1], NULL); 2543 KMP_ATOMIC_ST_REL(&t->t.t_tg_fini_counter[1], 0); 3337 KMP_ATOMIC_ST_REL(&task_team->tt.tt_unfinished_threads, nthreads); 3497 KMP_ATOMIC_ST_REL(&task_team->tt.tt_unfinished_threads,projects/openmp/runtime/src/kmp_wait_release.h
195 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); 414 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); 419 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); 458 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false);projects/openmp/runtime/src/z_Linux_util.cpp
1408 KMP_ATOMIC_ST_REL(&th->th.th_suspend_init_count, new_value);