Home
last modified time | relevance | path

Searched refs:THREADLOCAL (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan.cc37 static THREADLOCAL int msan_expect_umr = 0;
38 static THREADLOCAL int msan_expected_umr_found = 0;
43 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSize / sizeof(u64)];
49 THREADLOCAL u32 __msan_param_origin_tls[kMsanParamTlsSize / sizeof(u32)];
52 THREADLOCAL u64 __msan_retval_tls[kMsanRetvalTlsSize / sizeof(u64)];
55 THREADLOCAL u32 __msan_retval_origin_tls;
58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
61 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
64 THREADLOCAL u32 __msan_origin_tls;
66 static THREADLOCAL int is_in_symbolizer;
Dmsan_linux.cc185 static THREADLOCAL MsanThread* msan_current_thread;
Dmsan_interceptors.cc51 static THREADLOCAL int in_interceptor_scope;
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc48 static THREADLOCAL AllocatorCache cache;
49 static THREADLOCAL bool thread_inited;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h134 # define THREADLOCAL __declspec(thread) macro
147 # define THREADLOCAL __thread macro
Dsanitizer_common_interceptors.inc1664 static THREADLOCAL __sanitizer_glob_t *pglob_copy;
2949 static THREADLOCAL scandir_filter_f scandir_filter;
2950 static THREADLOCAL scandir_compar_f scandir_compar;
3002 static THREADLOCAL scandir64_filter_f scandir64_filter;
3003 static THREADLOCAL scandir64_compar_f scandir64_compar;
/external/compiler-rt/lib/dfsan/
Ddfsan.cc42 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL dfsan_label __dfsan_retval_tls;
43 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL dfsan_label __dfsan_arg_tls[64];
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc27 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
Dlsan_allocator.cc57 static THREADLOCAL AllocatorCache cache;
Dlsan_common.cc34 THREADLOCAL int disable_counter;
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc175 static THREADLOCAL FakeStack *fake_stack_tls;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h419 extern THREADLOCAL char cur_thread_placeholder[];
Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);