Searched refs:KMP_COMPARE_AND_STORE_REL32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h513 #define KMP_COMPARE_AND_STORE_REL32(p, cv, sv) \ macro
644 #define KMP_COMPARE_AND_STORE_REL32(p, cv, sv) \ macro
809 #define KMP_COMPARE_AND_STORE_REL32(p, cv, sv) \ macro
916 KMP_COMPARE_AND_STORE_REL32((volatile kmp_int32 *)(volatile void *)&(a), \
H A Dkmp_dispatch.h253 return KMP_COMPARE_AND_STORE_REL32(p, c, s);
H A Dz_Linux_util.cpp370 while (!KMP_COMPARE_AND_STORE_REL32(p, old_value, new_value)) {
384 while (!KMP_COMPARE_AND_STORE_REL32(p, old_value, new_value)) {
H A Dkmp_lock.cpp355 if (!KMP_COMPARE_AND_STORE_REL32(&(lck->lk.poll), poll_val,
1404 if (KMP_COMPARE_AND_STORE_REL32(head_id_p, -1, 0)) {

Completed in 68 milliseconds