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

12

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc44 u32 GetCurrentThread() { function in namespace:__lsan
104 thread_registry->FinishThread(GetCurrentThread());
109 if (GetCurrentThread() == kInvalidTid)
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
133 if (GetCurrentThread() == 0)
H A Dlsan_thread.h54 u32 GetCurrentThread();
H A Dlsan_interceptors.cc255 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
/external/compiler-rt/lib/msan/
H A Dmsan_thread.h66 MsanThread *GetCurrentThread();
H A Dmsan_allocator.cc117 MsanThread *t = GetCurrentThread();
160 MsanThread *t = GetCurrentThread();
H A Dmsan_linux.cc187 MsanThread *GetCurrentThread() { function in namespace:__msan
H A Dmsan.cc222 MsanThread *t = GetCurrentThread();
298 MsanThread *t = GetCurrentThread();
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc37 ScopedDeadlySignal signal_scope(GetCurrentThread());
H A Dasan_stack.h43 if ((t = GetCurrentThread()) && !t->isUnwinding()) {
56 /* If GetCurrentThread() has failed, try to do slow unwind anyways. */
H A Dasan_thread.cc337 AsanThread *GetCurrentThread() { function in namespace:__asan
369 AsanThread *t = GetCurrentThread();
441 AsanThread *t = GetCurrentThread();
451 AsanThread *t = GetCurrentThread();
H A Dasan_stats.cc118 AsanThread *t = GetCurrentThread();
H A Dasan_thread.h196 AsanThread *GetCurrentThread();
H A Dasan_mac.cc145 AsanThread *t = GetCurrentThread();
H A Dasan_win.cc122 // FIXME: GetCurrentThread relies on TSD, which might not play well with
124 // counting to zero out GetCurrentThread() underlying storage when the last
127 if (__asan::GetCurrentThread())
H A Dasan_fake_stack.cc189 AsanThread *t = GetCurrentThread();
/external/libvpx/libvpx/test/
H A Dregister_state_check.h57 const HANDLE this_thread = GetCurrentThread();
/external/libcxx/utils/google-benchmark/src/
H A Dtimers.cc135 HANDLE this_thread = GetCurrentThread();
/external/skia/tools/
H A DCrashHandler.cpp150 GetCurrentThread(),
/external/v8/src/base/platform/
H A Dtime.cc661 return ThreadTicks::GetForThread(::GetCurrentThread());
716 int previous_priority = ::GetThreadPriority(::GetCurrentThread());
717 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
730 ::SetThreadPriority(::GetCurrentThread(), previous_priority);
H A Dcondition-variable.cc169 event->thread_ = GetCurrentThread();
/external/netperf/src/
H A Dnetcpu_looper.c148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) {
245 SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_IDLE);
/external/mesa3d/include/c11/
H A Dthreads_win32.h505 /* GetCurrentThread() returns a pseudo-handle, which is useless. We need
520 GetCurrentThread(), // source (pseudo) handle
528 hCurrentThread = GetCurrentThread();
/external/fio/os/
H A Dos-windows.h269 return (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE))? 0 : -1;
/external/google-benchmark/src/
H A Dtimers.cc139 HANDLE this_thread = GetCurrentThread();
/external/v8/src/base/debug/
H A Dstack_trace_win.cc218 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),

Completed in 1023 milliseconds

12