Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/lsan/
Dlsan_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()
Dlsan_thread.h47 u32 GetCurrentThread();
Dlsan_interceptors.cc242 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached); in INTERCEPTOR()
/external/compiler-rt/lib/msan/
Dmsan_thread.h66 MsanThread *GetCurrentThread();
Dmsan_allocator.cc98 MsanThread *t = GetCurrentThread(); in MsanAllocate()
142 MsanThread *t = GetCurrentThread(); in MsanDeallocate()
Dmsan_linux.cc167 MsanThread *GetCurrentThread() { in GetCurrentThread() function
Dmsan.cc198 MsanThread *t = GetCurrentThread(); in GetStackTrace()
274 MsanThread *t = GetCurrentThread(); in ChainOrigin()
/external/compiler-rt/lib/asan/
Dasan_posix.cc37 ScopedDeadlySignal signal_scope(GetCurrentThread()); in AsanOnSIGSEGV()
Dasan_thread.cc264 AsanThread *GetCurrentThread() { in GetCurrentThread() function
296 AsanThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid()
Dasan_stack.h42 if ((t = GetCurrentThread()) && !t->isUnwinding()) { in GetStackTraceWithPcBpAndContext()
Dasan_thread.h178 AsanThread *GetCurrentThread();
Dasan_stats.cc122 AsanThread *t = GetCurrentThread(); in GetCurrentThreadStats()
Dasan_win.cc113 if (__asan::GetCurrentThread()) in EnsureWorkerThreadRegistered()
Dasan_mac.cc273 AsanThread *t = GetCurrentThread(); in asan_register_worker_thread()
Dasan_fake_stack.cc182 AsanThread *t = GetCurrentThread(); in GetFakeStack()
Dasan_allocator.cc362 AsanThread *t = GetCurrentThread(); in Allocate()
487 AsanThread *t = GetCurrentThread(); in QuarantineChunk()
/external/netperf/
Dnetcpu_looper.c148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) { in bind_to_processor()
245 SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_IDLE); in sit_and_spin()
/external/libvpx/libvpx/test/
Dregister_state_check.h59 const HANDLE this_thread = GetCurrentThread(); in StoreRegisters()
/external/skia/tools/
DCrashHandler.cpp150 GetCurrentThread(), in handler()
/external/lldb/include/lldb/Host/
DHost.h229 GetCurrentThread ();
/external/fio/os/
Dos-windows.h261 return (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE))? 0 : -1; in fio_set_sched_idle()
/external/v8/src/base/platform/
Dcondition-variable.cc162 event->thread_ = GetCurrentThread();
/external/lldb/tools/debugserver/source/
DRNBRemote.h147 nub_thread_t GetCurrentThread () const in GetCurrentThread() function
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h175 nub_thread_t GetCurrentThread ();
/external/llvm/lib/Support/Windows/
DSignals.inc422 PrintStackTraceForThread(OS, GetCurrentProcess(), GetCurrentThread(),
500 HANDLE hThread = GetCurrentThread();

12