Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_wait_release.h185 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); in __kmp_wait_template()
411 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); in __kmp_wait_template()
416 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true); in __kmp_wait_template()
455 KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false); in __kmp_wait_template()
H A Dkmp.h2607 std::atomic<bool> th_blocking; member
H A Dkmp_runtime.cpp4381 new_thr->th.th_blocking = false; in __kmp_allocate_thread()
6053 while (thr && KMP_ATOMIC_LD_ACQ(&thr->th.th_blocking)) in __kmp_internal_end()