Home
last modified time | relevance | path

Searched defs:huge_thread_local_array (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp62 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
/llvm-project/compiler-rt/test/tsan/
H A Ddtls.c57 __thread long huge_thread_local_array[1 << 17]; variable
/llvm-project/compiler-rt/test/msan/
H A Ddtls_test.c63 __thread long huge_thread_local_array[1 << 17]; variable
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c113 __thread void *huge_thread_local_array[DTLS_SIZE]; variable
/llvm-project/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c108 __thread void *huge_thread_local_array[DTLS_SIZE]; variable