HomeSort by relevance Sort by last modified time
    Searched refs:THREADLOCAL (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/lib/msan/
msan.cc 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)];
61 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
64 THREADLOCAL u32 __msan_origin_tls;
66 static THREADLOCAL int is_in_symbolizer
    [all...]
msan_linux.cc 185 static THREADLOCAL MsanThread* msan_current_thread;
msan_interceptors.cc 54 static THREADLOCAL int in_interceptor_scope;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 50 static THREADLOCAL AllocatorCache cache;
51 static THREADLOCAL bool thread_inited;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 138 # define THREADLOCAL __declspec(thread)
151 # define THREADLOCAL __thread
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 28 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
lsan_allocator.cc 57 static THREADLOCAL AllocatorCache cache;
lsan_common.cc 35 THREADLOCAL int disable_counter;
  /external/compiler-rt/lib/dfsan/
dfsan.cc 42 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL dfsan_label __dfsan_retval_tls;
43 SANITIZER_INTERFACE_ATTRIBUTE THREADLOCAL dfsan_label __dfsan_arg_tls[64];
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 175 static THREADLOCAL FakeStack *fake_stack_tls;
  /external/compiler-rt/lib/cfi/
cfi.cc 281 THREADLOCAL int in_loader;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
tsan_rtl.h 452 extern THREADLOCAL char cur_thread_placeholder[];

Completed in 1553 milliseconds