OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREADLOCAL
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/msan/
msan.cc
31
static
THREADLOCAL
int msan_expect_umr = 0;
32
static
THREADLOCAL
int msan_expected_umr_found = 0;
37
THREADLOCAL
u64 __msan_param_tls[kMsanParamTlsSizeInWords];
40
THREADLOCAL
u32 __msan_param_origin_tls[kMsanParamTlsSizeInWords];
43
THREADLOCAL
u64 __msan_retval_tls[kMsanRetvalTlsSizeInWords];
46
THREADLOCAL
u32 __msan_retval_origin_tls;
49
THREADLOCAL
u64 __msan_va_arg_tls[kMsanParamTlsSizeInWords];
52
THREADLOCAL
u64 __msan_va_arg_overflow_size_tls;
55
THREADLOCAL
u32 __msan_origin_tls;
57
static
THREADLOCAL
struct
[
all
...]
msan_allocator.cc
36
static
THREADLOCAL
AllocatorCache cache;
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc
48
static
THREADLOCAL
AllocatorCache cache;
49
static
THREADLOCAL
bool thread_inited;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
123
# define
THREADLOCAL
__declspec(thread)
137
# define
THREADLOCAL
__thread
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
36
THREADLOCAL
char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
tsan_rtl.h
455
extern
THREADLOCAL
char cur_thread_placeholder[];
tsan_interceptors.cc
[
all
...]
Completed in 43 milliseconds