OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMsanParamTlsSizeInWords
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/msan/
msan.h
35
const int
kMsanParamTlsSizeInWords
= 100;
msan.cc
42
THREADLOCAL u64 __msan_param_tls[
kMsanParamTlsSizeInWords
];
48
THREADLOCAL u32 __msan_param_origin_tls[
kMsanParamTlsSizeInWords
];
57
THREADLOCAL u64 __msan_va_arg_tls[
kMsanParamTlsSizeInWords
];
Completed in 5971 milliseconds