Home
last modified time | relevance | path

Searched defs:tls_var (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.threads/
H A Dtls-var.c23 __thread const char *tls_var = "hello"; variable
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dtls-var.c23 __thread const char *tls_var = "hello"; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cc12 __thread void *tls_var; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_static.cpp12 __thread void *tls_var; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Duse_tls_test.cpp9 __thread void *tls_var; variable
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-tls.c190 #define MONO_TLS_GET_VALUE(tls_var,tls_key) (tls_var) argument
191 #define MONO_TLS_SET_VALUE(tls_var,tls_key,value) (tls_var = value) argument
193 #define MONO_TLS_GET_VALUE(tls_var,tls_key) (mono_native_tls_get_value (tls_key)) argument
194 #define MONO_TLS_SET_VALUE(tls_var,tls_key,value) (mono_native_tls_set_value (tls_key, value)) argument
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/asan/TestCases/Linux/
H A Dunpoison_tls.cc12 __thread int64_t tls_var[2]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/asan/TestCases/Linux/
H A Dunpoison_tls.cpp12 __thread int64_t tls_var[2]; variable

12