Searched refs:th_spin_here (Results 1 – 5 of 5) sorted by relevance
100 offset_and_size_t th_spin_here; // is thread waiting for lock (if available) member
96 offset_and_size_of(kmp_base_info_t, th_spin_here),
1057 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()
2581 volatile kmp_uint32 th_spin_here; /* thread-local location for spinning */ member
4183 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()