Home
last modified time | relevance | path

Searched refs:THREADLOCAL (Results 1 – 14 of 14) 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.cc54 static THREADLOCAL int in_interceptor_scope;
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc50 static THREADLOCAL AllocatorCache cache;
51 static THREADLOCAL bool thread_inited;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h138 # define THREADLOCAL __declspec(thread) macro
151 # define THREADLOCAL __thread macro
Dsanitizer_common_interceptors.inc1833 static THREADLOCAL __sanitizer_glob_t *pglob_copy;
3187 static THREADLOCAL scandir_filter_f scandir_filter;
3188 static THREADLOCAL scandir_compar_f scandir_compar;
3240 static THREADLOCAL scandir64_filter_f scandir64_filter;
3241 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.cc28 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
Dlsan_allocator.cc57 static THREADLOCAL AllocatorCache cache;
Dlsan_common.cc35 THREADLOCAL int disable_counter;
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc175 static THREADLOCAL FakeStack *fake_stack_tls;
/external/compiler-rt/lib/cfi/
Dcfi.cc281 THREADLOCAL int in_loader;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h452 extern THREADLOCAL char cur_thread_placeholder[];
Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);