Searched refs:th_blocking (Results 1 – 3 of 3) sorted by relevance
203 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); in __kmp_wait_template()427 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); in __kmp_wait_template()432 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); in __kmp_wait_template()474 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); in __kmp_wait_template()
2642 std::atomic<bool> th_blocking; member
4398 new_thr->th.th_blocking = false; in __kmp_allocate_thread()6074 while (thr && KMP_ATOMIC_LD_ACQ(&thr->th.th_blocking)) in __kmp_internal_end()