reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1387 int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init_count); 1394 !__kmp_atomic_compare_store(&th->th.th_suspend_init_count, old_value, 1396 while (KMP_ATOMIC_LD_ACQ(&th->th.th_suspend_init_count) != new_value) { 1408 KMP_ATOMIC_ST_REL(&th->th.th_suspend_init_count, new_value); 1414 if (KMP_ATOMIC_LD_ACQ(&th->th.th_suspend_init_count) > __kmp_fork_count) { 1427 --th->th.th_suspend_init_count;