Searched refs:GetCurrentThread (Results 1 - 25 of 66) sorted by relevance

123

/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp22 u32 GetCurrentThread() { return current_thread_tid; } function in namespace:__lsan
H A Dlsan_thread.cpp58 thread_registry->FinishThread(GetCurrentThread());
65 if (GetCurrentThread() == kInvalidTid)
68 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
72 if (GetCurrentThread() == kMainTid)
H A Dlsan_thread.h53 u32 GetCurrentThread();
H A Dlsan_mac.cpp70 if (GetCurrentThread() == kInvalidTid) {
104 lsan_ctxt->parent_tid = GetCurrentThread();
151 int parent_tid = GetCurrentThread(); \
H A Dlsan_posix.cpp91 HandleDeadlySignal(siginfo, context, GetCurrentThread(), &OnStackUnwind,
H A Dlsan_fuchsia.cpp101 u32 parent_tid = GetCurrentThread();
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h110 Thread *GetCurrentThread();
114 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); }
115 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); }
H A Dhwasan_thread.cpp69 CHECK_EQ(GetCurrentThread(), this);
71 // ScopedTaggingDisable needs GetCurrentThread to be set up.
110 CHECK_EQ(GetCurrentThread(), this);
173 auto *t = __hwasan::GetCurrentThread();
H A Dhwasan.cpp256 Thread *GetCurrentThread() { function in namespace:__hwasan
270 Thread *t = GetCurrentThread();
373 GetCurrentThread()->EnsureRandomStateInited();
581 Thread *t = GetCurrentThread();
597 Thread *t = GetCurrentThread();
610 Thread *t = GetCurrentThread();
616 Thread *t = GetCurrentThread();
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp40 MemprofThread *t = GetCurrentThread();
H A Dmemprof_thread.h127 MemprofThread *GetCurrentThread();
H A Dmemprof_thread.cpp190 MemprofThread *GetCurrentThread() { function in namespace:__memprof
209 MemprofThread *t = GetCurrentThread();
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h75 DFsanThread *GetCurrentThread();
H A Ddfsan_thread.cpp110 DFsanThread *GetCurrentThread() { return dfsan_current_thread; } function in namespace:__dfsan
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stack.cpp63 AsanThread *t = GetCurrentThread();
H A Dasan_fuchsia.cpp71 AsanThread *curr_thread = GetCurrentThread();
139 DCHECK_NE(GetCurrentThread(), this);
140 DCHECK_NE(GetCurrentThread(), nullptr);
H A Dasan_thread.cpp105 if (AsanThread *thread = GetCurrentThread())
117 CHECK_NE(this, GetCurrentThread());
222 DCHECK_EQ(GetCurrentThread(), this);
420 AsanThread *GetCurrentThread() { function in namespace:__asan
452 AsanThread *t = GetCurrentThread();
589 AsanThread *t = GetCurrentThread();
601 AsanThread *t = GetCurrentThread();
H A Dasan_rtl.cpp553 if (AsanThread *curr_thread = GetCurrentThread()) {
571 AsanThread *curr_thread = GetCurrentThread();
596 AsanThread *t = GetCurrentThread();
602 AsanThread *t = GetCurrentThread();
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.h76 MsanThread *GetCurrentThread();
H A Dmsan_linux.cpp200 MsanThread *GetCurrentThread() { function in namespace:__msan
232 MsanThread *GetCurrentThread() { function in namespace:__msan
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp81 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc118 return SetThreadPriority(GetCurrentThread(),
310 SetThreadGroupAffinity(GetCurrentThread(), &Affinity, nullptr);
315 GetThreadGroupAffinity(GetCurrentThread(), &Affinity);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-win32.h145 if (SetThreadPriority (GetCurrentThread (), sys_priority))
157 sys_priority = GetThreadPriority (GetCurrentThread ());
/openbsd-current/usr.sbin/unbound/util/
H A Dlocks.c246 return GetCurrentThread();
/openbsd-current/sbin/unwind/libunbound/util/
H A Dlocks.c246 return GetCurrentThread();

Completed in 564 milliseconds

123