Searched refs:huge_thread_local_array (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/lsan/TestCases/
H A Duse_tls_dynamic.cc44 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT variable
47 huge_thread_local_array[0] = p;
48 return &huge_thread_local_array[0];
/external/compiler-rt/test/msan/
H A Ddtls_test.c56 __thread long huge_thread_local_array[1 << 17]; variable
58 return &huge_thread_local_array[0];
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c112 __thread void *huge_thread_local_array[DTLS_SIZE]; variable
114 return &huge_thread_local_array[0];

Completed in 98 milliseconds