Searched defs:GetCurrentThread (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc187 MsanThread *GetCurrentThread() { function in namespace:__msan
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc43 u32 GetCurrentThread() { function in namespace:__lsan
98 thread_registry->FinishThread(GetCurrentThread());
103 if (GetCurrentThread() == kInvalidTid)
106 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
127 if (GetCurrentThread() == 0)
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc263 AsanThread *GetCurrentThread() { function in namespace:__asan
295 AsanThread *t = GetCurrentThread();
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_sdadapterimp.cpp166 IFWL_Thread* CFWL_SDAdapterThreadMgr::GetCurrentThread() { function in class:CFWL_SDAdapterThreadMgr

Completed in 216 milliseconds