Searched refs:KMP_COMPARE_AND_STORE_RET32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h431 #define KMP_COMPARE_AND_STORE_RET32(p, cv, sv) \ macro
657 #define KMP_COMPARE_AND_STORE_RET32(p, cv, sv) \ macro
833 #define KMP_COMPARE_AND_STORE_RET32(p, cv, sv) \ macro
H A Dkmp_csupport.cpp1032 while ((poll_val = KMP_COMPARE_AND_STORE_RET32( \
1037 if (!KMP_COMPARE_AND_STORE_RET32(&(ftx->lk.poll), poll_val, \
3961 flags = (kmp_uint32 *)KMP_COMPARE_AND_STORE_RET32(
H A Dkmp_lock.cpp336 while ((poll_val = KMP_COMPARE_AND_STORE_RET32(

Completed in 159 milliseconds