Home
last modified time | relevance | path

Searched refs:th_blocking (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h202 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()
Dkmp.h2686 std::atomic<bool> th_blocking; member
Dkmp_runtime.cpp4454 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()