reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_fake_stack.cpp
  174 static THREADLOCAL FakeStack *fake_stack_tls;
projects/compiler-rt/lib/cfi/cfi.cpp
  322 THREADLOCAL int in_loader;
projects/compiler-rt/lib/dfsan/dfsan.cpp
   42 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL dfsan_label __dfsan_retval_tls;
   43 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL dfsan_label __dfsan_arg_tls[64];
projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
   55 THREADLOCAL uptr __hwasan_tls;
projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
   43 THREADLOCAL int disable_counter;
projects/compiler-rt/lib/lsan/lsan_linux.cpp
   21 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
   25 static THREADLOCAL AllocatorCache allocator_cache;
projects/compiler-rt/lib/msan/msan.cpp
   37 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)];
   62 THREADLOCAL u32 __msan_va_arg_origin_tls[kMsanParamTlsSize / sizeof(u32)];
   65 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
   68 THREADLOCAL u32 __msan_origin_tls;
   70 static THREADLOCAL int is_in_symbolizer;
projects/compiler-rt/lib/msan/msan_interceptors.cpp
   62 static THREADLOCAL int in_interceptor_scope;
projects/compiler-rt/lib/msan/msan_linux.cpp
  231 static THREADLOCAL MsanThread* msan_current_thread;
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 2270 static THREADLOCAL __sanitizer_glob_t *pglob_copy;
 3764 static THREADLOCAL scandir_filter_f scandir_filter;
 3765 static THREADLOCAL scandir_compar_f scandir_compar;
 3817 static THREADLOCAL scandir64_filter_f scandir64_filter;
 3818 static THREADLOCAL scandir64_compar_f scandir64_compar;
projects/compiler-rt/lib/scudo/scudo_tsd_exclusive.cpp
   23 THREADLOCAL ThreadState ScudoThreadState = ThreadNotInitialized;
   25 THREADLOCAL ScudoTSD TSD;
projects/compiler-rt/lib/scudo/scudo_tsd_exclusive.inc
   25 extern THREADLOCAL ThreadState ScudoThreadState;
   27 extern THREADLOCAL ScudoTSD TSD;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
   49 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  464 extern THREADLOCAL char cur_thread_placeholder[];