Home
last modified time | relevance | path

Searched refs:GetCurrentThread (Results 1 – 25 of 35) sorted by relevance

12

/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_thread.cc43 u32 GetCurrentThread() { in GetCurrentThread() function
98 thread_registry->FinishThread(GetCurrentThread()); in ThreadFinish()
103 if (GetCurrentThread() == kInvalidTid) in CurrentThreadContext()
106 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
127 if (GetCurrentThread() == 0) in EnsureMainThreadIDIsCorrect()
HDlsan_thread.h47 u32 GetCurrentThread();
HDlsan_interceptors.cc242 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached); in INTERCEPTOR()
/NextBSD/contrib/ntp/lib/isc/win32/
HDapp.c85 main_thread = GetCurrentThread(); in isc__app_start()
141 REQUIRE(main_thread == GetCurrentThread()); in isc__app_run()
251 blockedthread = GetCurrentThread(); in isc__app_block()
259 REQUIRE(blockedthread == GetCurrentThread()); in isc__app_unblock()
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_allocator.cc107 MsanThread *t = GetCurrentThread(); in MsanAllocate()
151 MsanThread *t = GetCurrentThread(); in MsanDeallocate()
HDmsan_thread.h66 MsanThread *GetCurrentThread();
HDmsan.cc216 MsanThread *t = GetCurrentThread(); in GetStackTrace()
292 MsanThread *t = GetCurrentThread(); in ChainOrigin()
HDmsan_linux.cc188 MsanThread *GetCurrentThread() { in GetCurrentThread() function
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_posix.cc37 ScopedDeadlySignal signal_scope(GetCurrentThread()); in AsanOnSIGSEGV()
HDasan_thread.cc264 AsanThread *GetCurrentThread() { in GetCurrentThread() function
296 AsanThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid()
HDasan_stack.h42 if ((t = GetCurrentThread()) && !t->isUnwinding()) { in GetStackTraceWithPcBpAndContext()
HDasan_thread.h175 AsanThread *GetCurrentThread();
HDasan_stats.cc118 AsanThread *t = GetCurrentThread(); in GetCurrentThreadStats()
HDasan_win.cc113 if (__asan::GetCurrentThread()) in EnsureWorkerThreadRegistered()
HDasan_mac.cc299 AsanThread *t = GetCurrentThread(); in asan_register_worker_thread()
HDasan_fake_stack.cc185 AsanThread *t = GetCurrentThread(); in GetFakeStack()
HDasan_interceptors.cc116 AsanThread *t = GetCurrentThread(); in SetThreadName()
186 if (AsanThread *t = GetCurrentThread()) { \
/NextBSD/contrib/gcc/
HDgthr-win32.h146 if (SetThreadPriority (GetCurrentThread (), sys_priority)) in __gthread_objc_thread_set_priority()
158 sys_priority = GetThreadPriority (GetCurrentThread ()); in __gthread_objc_thread_get_priority()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h131 GetCurrentThread ();
/NextBSD/contrib/unbound/util/
HDlocks.c246 return GetCurrentThread(); in ub_thread_self()
/NextBSD/contrib/ntp/sntp/libevent/test/
HDtest-changelist.c70 timer->thread = GetCurrentThread(); in start_cpu_usage_timer()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h211 GetCurrentThread () in GetCurrentThread() function
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDwin32_crashrpt.c534 if (!GetThreadContext(GetCurrentThread(), &ctx)) in write_stacktrace()
573 if (! StackWalk64_(machine, proc, GetCurrentThread(), in write_stacktrace()
/NextBSD/crypto/heimdal/lib/krb5/
HDexpand_path.c152 hThread = GetCurrentThread(); in _expand_userid()
/NextBSD/contrib/llvm/lib/Support/Windows/
HDSignals.inc423 PrintStackTraceForThread(OS, GetCurrentProcess(), GetCurrentThread(),
503 HANDLE hThread = GetCurrentThread();

12