Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.cpp39 static THREADLOCAL int msan_expect_umr = 0;
40 static THREADLOCAL int msan_expected_umr_found = 0;
45 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSize / sizeof(u64)];
51 THREADLOCAL u32 __msan_param_origin_tls[kMsanParamTlsSize / sizeof(u32)];
54 THREADLOCAL u64 __msan_retval_tls[kMsanRetvalTlsSize / sizeof(u64)];
57 THREADLOCAL u32 __msan_retval_origin_tls;
60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
64 THREADLOCAL u32 __msan_va_arg_origin_tls[kMsanParamTlsSize / sizeof(u32)];
67 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
70 THREADLOCAL u32 __msan_origin_tls;
[all …]
H A Dmsan_linux.cpp230 static THREADLOCAL MsanThread* msan_current_thread;
H A Dmsan_interceptors.cpp64 static THREADLOCAL int in_interceptor_scope;
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp21 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
25 static THREADLOCAL AllocatorCache allocator_cache;
H A Dlsan_common_linux.cpp43 THREADLOCAL int disable_counter;
H A Dlsan_common_fuchsia.cpp34 __attribute__((tls_model("initial-exec"))) THREADLOCAL int disable_counter;
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp23 THREADLOCAL ThreadState ScudoThreadState = ThreadNotInitialized;
25 THREADLOCAL ScudoTSD TSD;
H A Dscudo_tsd_exclusive.inc25 tls_model("initial-exec"))) extern THREADLOCAL ThreadState ScudoThreadState;
26 __attribute__((tls_model("initial-exec"))) extern THREADLOCAL ScudoTSD TSD;
H A Dscudo_tsd_shared.inc23 extern THREADLOCAL ScudoTSD *CurrentTSD;
H A Dscudo_tsd_shared.cpp30 THREADLOCAL ScudoTSD *CurrentTSD;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp57 static THREADLOCAL AllocatorCache cache;
58 static THREADLOCAL bool thread_inited;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h222 # define THREADLOCAL __declspec(thread) macro
236 # define THREADLOCAL __thread macro
H A Dsanitizer_mutex.cpp216 static THREADLOCAL InternalDeadlockDetector deadlock_detector;
H A Dsanitizer_common_interceptors.inc2401 static THREADLOCAL __sanitizer_glob_t *pglob_copy;
4037 static THREADLOCAL scandir_filter_f scandir_filter;
4038 static THREADLOCAL scandir_compar_f scandir_compar;
4090 static THREADLOCAL scandir64_filter_f scandir64_filter;
4091 static THREADLOCAL scandir64_compar_f scandir64_compar;
10274 static THREADLOCAL qsort_compar_f qsort_compar;
10275 static THREADLOCAL SIZE_T qsort_size;
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp108 static THREADLOCAL DFsanThread *dfsan_current_thread;
H A Ddfsan.cpp47 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL u64
49 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL u32 __dfsan_retval_origin_tls;
50 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL u64
52 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL u32
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp32 THREADLOCAL uptr __hwasan_tls;
H A Dhwasan_linux.cpp55 THREADLOCAL uptr __hwasan_tls;
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp173 static THREADLOCAL FakeStack *fake_stack_tls;
/llvm-project-15.0.7/compiler-rt/lib/cfi/
H A Dcfi.cpp322 THREADLOCAL int in_loader;
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp49 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(
H A Dtsan_rtl.h232 extern THREADLOCAL char cur_thread_placeholder[];
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h245 extern THREADLOCAL char cur_thread_placeholder[];
H A Dtsan_rtl.cpp50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(