Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
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 …]
Dmsan_linux.cpp230 static THREADLOCAL MsanThread* msan_current_thread;
Dmsan_interceptors.cpp64 static THREADLOCAL int in_interceptor_scope;
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_linux.cpp21 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
25 static THREADLOCAL AllocatorCache allocator_cache;
Dlsan_common_linux.cpp43 THREADLOCAL int disable_counter;
Dlsan_common_fuchsia.cpp35 __attribute__((tls_model("initial-exec"))) THREADLOCAL int disable_counter;
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp57 static THREADLOCAL AllocatorCache cache;
58 static THREADLOCAL bool thread_inited;
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h222 # define THREADLOCAL __declspec(thread) macro
236 # define THREADLOCAL __thread macro
Dsanitizer_mutex.cpp216 static THREADLOCAL InternalDeadlockDetector deadlock_detector;
Dsanitizer_common_interceptors.inc2377 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;
10197 static THREADLOCAL qsort_compar_f qsort_compar;
10198 static THREADLOCAL SIZE_T qsort_size;
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_thread.cpp108 static THREADLOCAL DFsanThread *dfsan_current_thread;
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
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_fuchsia.cpp32 THREADLOCAL uptr __hwasan_tls;
Dhwasan_linux.cpp55 THREADLOCAL uptr __hwasan_tls;
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_fake_stack.cpp173 static THREADLOCAL FakeStack *fake_stack_tls;
/openbsd/src/gnu/llvm/compiler-rt/lib/cfi/
Dcfi.cpp322 THREADLOCAL int in_loader;
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h247 extern THREADLOCAL char cur_thread_placeholder[];
Dtsan_rtl.cpp50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(