Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/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 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 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 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 Dsyzkaller57.sh64 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
H A Dsyzkaller39.sh202 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller11.sh207 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller32.sh224 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller41.sh212 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
H A Dsyzkaller58.sh209 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp24 int t = __atomic_load_n(&turn, __ATOMIC_ACQUIRE); in thread()
/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc20 if (!__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) {

12