OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huge_thread_local_array
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/lsan/TestCases/
use_tls_dynamic.cc
44
__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/
dtls_test.c
56
__thread long
huge_thread_local_array
[1 << 17];
variable
58
return &
huge_thread_local_array
[0];
/external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c
112
__thread void *
huge_thread_local_array
[DTLS_SIZE];
variable
114
return &
huge_thread_local_array
[0];
Completed in 2915 milliseconds