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

/freebsd-11-stable/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 in struct:__anon3442
H A Dkmp_debugger.cpp96 offset_and_size_of(kmp_base_info_t, th_spin_here),
H A Dkmp_lock.cpp1057 gtid + 1, this_thr->th.th_spin_here,
1105 spin_here_p = &this_thr->th.th_spin_here;
1320 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here);
1372 if (this_thr->th.th_spin_here)
1377 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here);
1480 head_thr->th.th_spin_here = FALSE;
H A Dkmp.h2492 volatile kmp_uint32 th_spin_here; /* thread-local location for spinning */ member in struct:kmp_base_info
H A Dkmp_runtime.cpp4151 KMP_DEBUG_ASSERT(!this_thr->th.th_spin_here);
4330 new_thr->th.th_spin_here = FALSE;

Completed in 108 milliseconds