Home
last modified time | relevance | path

Searched refs: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
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/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
65 huge_thread_local_array[0] = p; in StoreToTLS()
66 return &huge_thread_local_array[0]; in StoreToTLS()
/llvm-project/compiler-rt/test/msan/
H A Ddtls_test.c63 __thread long huge_thread_local_array[1 << 17]; variable
65 return &huge_thread_local_array[0]; in GetTls()
/llvm-project/compiler-rt/test/tsan/
H A Ddtls.c57 __thread long huge_thread_local_array[1 << 17]; variable
59 return &huge_thread_local_array[0]; in GetTls()
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c113 __thread void *huge_thread_local_array[DTLS_SIZE]; variable
115 return &huge_thread_local_array[0]; in SO_NAME()
/llvm-project/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c108 __thread void *huge_thread_local_array[DTLS_SIZE]; variable
110 return &huge_thread_local_array[0]; in SO_NAME()