Searched refs:spins (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h294 kmp_uint32 spins; local
299 KMP_INIT_YIELD(spins);
309 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
H A Dkmp_lock.h652 kmp_uint32 spins; \
654 KMP_INIT_YIELD(spins); \
656 KMP_YIELD_OVERSUB_ELSE_SPIN(spins); \
760 kmp_uint32 spins; \
762 KMP_INIT_YIELD(spins); \
764 KMP_YIELD_OVERSUB_ELSE_SPIN(spins); \
H A Dkmp_wait_release.h171 kmp_uint32 spins; local
278 KMP_INIT_YIELD(spins); // Setup for waiting
366 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
H A Dkmp_dispatch.cpp2531 kmp_uint32 spins;
2536 KMP_INIT_YIELD(spins);
2544 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
2557 kmp_uint32 spins;
2561 KMP_INIT_YIELD(spins);
2567 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
H A Dz_Windows_NT_util.cpp1281 kmp_uint32 spins; local
1285 KMP_INIT_YIELD(spins);
1291 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
H A Dkmp_lock.cpp100 kmp_uint32 spins; local
102 KMP_INIT_YIELD(spins);
106 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
2255 kmp_uint32 spins; local
2257 KMP_INIT_YIELD(spins);
2259 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
H A Dkmp_csupport.cpp980 kmp_uint32 spins; \
982 KMP_INIT_YIELD(spins); \
989 KMP_YIELD_SPIN(spins); \
H A Dkmp_tasking.cpp3416 kmp_uint32 spins; local
3419 KMP_INIT_YIELD(spins);
3469 KMP_YIELD_OVERSUB_ELSE_SPIN(spins);
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl244 // This loop spins in 4*(n+7) ticks on Itanium 2 and should spin in

Completed in 261 milliseconds