Home
last modified time | relevance | path

Searched defs:_Atomic (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
H A Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/tsan/Darwin/
H A Dlit.local.cfg.py10
11 config.environment['TSAN_OPTIONS'] += ':ignore_noninstrumented_modules=1'
/dports/emulators/cemu/CEmu-1.3/core/
H A Datomics.h10 …#define _Atomic(X) volatile X /* doesn't do anything, but makes me feel better... although if you … macro
15 #define _Atomic(X) std::atomic<X> macro
18 #define _Atomic(X) X macro
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/tsan/Linux/
H A Dcheck_memcpy.c14 // CHECK-NOT: callq {{.*<(__interceptor_)?mem(cpy|set)>}}
15 // tail calls:

123456