Home
last modified time | relevance | path

Searched refs:__atomic_load_n (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dsysauxv.inc3 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
10 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
H A Dfreebsd.inc3 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
13 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
H A Dandroid.inc3 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
20 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
H A Dfuchsia.inc5 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
/freebsd/crypto/openssl/include/internal/
H A Dtsan_assist.h70 # define tsan_load(ptr) __atomic_load_n((ptr), __ATOMIC_RELAXED)
74 # define tsan_ld_acq(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE)
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller53.sh58 if (__atomic_load_n(&clone_ongoing, __ATOMIC_RELAXED) != 0) {
64 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
H A Dsyzkaller61.sh49 if (__atomic_load_n(&clone_ongoing, __ATOMIC_RELAXED) != 0) {
55 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
242 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller64.sh42 if (__atomic_load_n(&clone_ongoing, __ATOMIC_RELAXED) != 0) {
48 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
261 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller69.sh90 if (__atomic_load_n(&clone_ongoing, __ATOMIC_RELAXED) != 0) {
96 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
378 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller45.sh64 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
248 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller16.sh77 if (__atomic_load_n(&skip_segv, __ATOMIC_RELAXED) &&
262 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller21.sh55 if (__atomic_load_n(&skip_segv, __ATOMIC_RELAXED) &&
279 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller23.sh62 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
289 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller47.sh74 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
335 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller8.sh51 if (__atomic_load_n(&skip_segv, __ATOMIC_RELAXED) &&
H A Dsyzkaller25.sh84 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
348 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller15.sh63 if (__atomic_load_n(&skip_segv, __ATOMIC_RELAXED) &&
H A Dsyzkaller68.sh210 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller1.sh193 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller39.sh202 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Datomic_support.h15 #if defined(__clang__) && __has_builtin(__atomic_load_n) && __has_builtin(__atomic_store_n) && \
59 return __atomic_load_n(__val, __order);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi-vg.c17 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) in get_aarch64_cpu_features()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp24 int t = __atomic_load_n(&turn, __ATOMIC_ACQUIRE); in thread()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c237 static __inline uintptr_t __atomic_load_n(void *ptr, unsigned type) { in __atomic_load_n() function
313 uintptr_t index = __atomic_load_n(&control->object.index, __ATOMIC_ACQUIRE); in emutls_get_index()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h43 return __atomic_load_n(&a->val_dont_use, mo); in atomic_load()

123