Home
last modified time | relevance | path

Searched refs:th_spin_here (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h100 offset_and_size_t th_spin_here; // is thread waiting for lock (if available) member
H A Dkmp_debugger.cpp96 offset_and_size_of(kmp_base_info_t, th_spin_here),
H A Dkmp_lock.cpp1053 gtid + 1, this_thr->th.th_spin_here, in __kmp_dump_queuing_lock()
1100 spin_here_p = &this_thr->th.th_spin_here; in __kmp_acquire_queuing_lock_timed_template()
1315 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here); in __kmp_test_queuing_lock()
1367 if (this_thr->th.th_spin_here) in __kmp_release_queuing_lock()
1372 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here); in __kmp_release_queuing_lock()
1474 head_thr->th.th_spin_here = FALSE; in __kmp_release_queuing_lock()
H A Dkmp.h2998 volatile kmp_uint32 th_spin_here; /* thread-local location for spinning */ member
H A Dkmp_runtime.cpp4416 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here); in __kmp_initialize_info()
4649 new_thr->th.th_spin_here = FALSE; in __kmp_allocate_thread()