Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h100 offset_and_size_t th_spin_here; // is thread waiting for lock (if available) member
Dkmp_debugger.cpp96 offset_and_size_of(kmp_base_info_t, th_spin_here),
Dkmp_lock.cpp1057 gtid + 1, this_thr->th.th_spin_here, in __kmp_dump_queuing_lock()
1105 spin_here_p = &this_thr->th.th_spin_here; in __kmp_acquire_queuing_lock_timed_template()
1323 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here); in __kmp_test_queuing_lock()
1375 if (this_thr->th.th_spin_here) in __kmp_release_queuing_lock()
1380 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here); in __kmp_release_queuing_lock()
1483 head_thr->th.th_spin_here = FALSE; in __kmp_release_queuing_lock()
Dkmp.h2581 volatile kmp_uint32 th_spin_here; /* thread-local location for spinning */ member
Dkmp_runtime.cpp4183 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here); in __kmp_initialize_info()
4395 new_thr->th.th_spin_here = FALSE; in __kmp_allocate_thread()