Searched refs:th_blocking (Results 1 – 3 of 3) sorted by relevance
202 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); in __kmp_wait_template()446 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); in __kmp_wait_template()451 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); in __kmp_wait_template()493 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); in __kmp_wait_template()
2686 std::atomic<bool> th_blocking; member
4454 new_thr->th.th_blocking = false; in __kmp_allocate_thread()6147 while (thr && KMP_ATOMIC_LD_ACQ(&thr->th.th_blocking)) in __kmp_internal_end()