Home
last modified time | relevance | path

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

12

/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan.cc38 static THREADLOCAL int msan_expect_umr = 0;
39 static THREADLOCAL int msan_expected_umr_found = 0;
44 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSize / sizeof(u64)];
50 THREADLOCAL u32 __msan_param_origin_tls[kMsanParamTlsSize / sizeof(u32)];
53 THREADLOCAL u64 __msan_retval_tls[kMsanRetvalTlsSize / sizeof(u64)];
56 THREADLOCAL u32 __msan_retval_origin_tls;
59 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
63 THREADLOCAL u32 __msan_va_arg_origin_tls[kMsanParamTlsSize / sizeof(u32)];
66 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
69 THREADLOCAL u32 __msan_origin_tls;
[all …]
H A Dmsan_linux.cc232 static THREADLOCAL MsanThread* msan_current_thread;
/netbsd/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_linux.cc22 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
26 static THREADLOCAL AllocatorCache allocator_cache;
H A Dlsan_common_linux.cc43 THREADLOCAL int disable_counter;
/netbsd/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_linux.cc20 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
24 static THREADLOCAL AllocatorCache allocator_cache;
H A Dlsan_common_linux.cc41 THREADLOCAL int disable_counter;
H A Dlsan_common_fuchsia.cpp34 __attribute__((tls_model("initial-exec"))) THREADLOCAL int disable_counter;
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_linux.cc20 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
24 static THREADLOCAL AllocatorCache allocator_cache;
H A Dlsan_common_linux.cc41 THREADLOCAL int disable_counter;
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc60 static THREADLOCAL AllocatorCache cache;
61 static THREADLOCAL bool thread_inited;
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h225 # define THREADLOCAL __declspec(thread) macro
239 # define THREADLOCAL __thread macro
H A Dsanitizer_mutex.cpp216 static THREADLOCAL InternalDeadlockDetector deadlock_detector;
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h218 # define THREADLOCAL __declspec(thread) macro
232 # define THREADLOCAL __thread macro
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h225 # define THREADLOCAL __declspec(thread) macro
239 # define THREADLOCAL __thread macro
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_fuchsia.cpp29 THREADLOCAL uptr __hwasan_tls;
H A Dhwasan_linux.cpp55 THREADLOCAL uptr __hwasan_tls;
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc173 static THREADLOCAL FakeStack *fake_stack_tls;
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.cc175 static THREADLOCAL FakeStack *fake_stack_tls;
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc173 static THREADLOCAL FakeStack *fake_stack_tls;
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.h464 extern THREADLOCAL char cur_thread_placeholder[];
H A Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h468 extern THREADLOCAL char cur_thread_placeholder[];
H A Dtsan_rtl.cc50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h464 extern THREADLOCAL char cur_thread_placeholder[];
H A Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);

12