Home
last modified time | relevance | path

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

123

/external/angle/src/libGLESv2/
Dentry_points_egl.cpp60 Thread *thread = egl::GetCurrentThread(); in EGL_GetError()
81 Thread *thread = egl::GetCurrentThread(); in EGL_Initialize()
103 Thread *thread = egl::GetCurrentThread(); in EGL_Terminate()
123 Thread *thread = egl::GetCurrentThread(); in EGL_QueryString()
174 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs()
200 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig()
224 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib()
249 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface()
276 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface()
304 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface()
[all …]
Dentry_points_egl_ext.cpp39 Thread *thread = egl::GetCurrentThread(); in EGL_QuerySurfacePointerANGLE()
115 Thread *thread = egl::GetCurrentThread(); in EGL_PostSubBufferNV()
178 Thread *thread = egl::GetCurrentThread(); in EGL_GetPlatformDisplayEXT()
216 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformWindowSurfaceEXT()
243 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformPixmapSurfaceEXT()
268 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceAttribEXT()
344 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceStringEXT()
380 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribEXT()
401 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribANGLE()
424 Thread *thread = egl::GetCurrentThread(); in EGL_CreateImageKHR()
[all …]
Dglobal_state.h30 Thread *GetCurrentThread();
49 egl::Thread *thread = egl::GetCurrentThread(); in GetGlobalContext()
60 egl::Thread *thread = egl::GetCurrentThread(); in GetValidGlobalContext()
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc44 u32 GetCurrentThread() { in GetCurrentThread() function
104 thread_registry->FinishThread(GetCurrentThread()); in ThreadFinish()
109 if (GetCurrentThread() == kInvalidTid) in CurrentThreadContext()
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
133 if (GetCurrentThread() == 0) in EnsureMainThreadIDIsCorrect()
Dlsan_thread.h54 u32 GetCurrentThread();
/external/angle/util/windows/win32/
Dtest_utils_win32.cpp82 sw.ShowCallstack(GetCurrentThread(), c); in PrintBacktrace()
126 if (::SetThreadAffinityMask(::GetCurrentThread(), 1) == 0) in StabilizeCPUForBenchmarking()
134 if (::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) == FALSE) in StabilizeCPUForBenchmarking()
/external/angle/src/libGL/
Dentry_points_wgl.cpp108 Thread *thread = egl::GetCurrentThread(); in wglSwapBuffers()
124 Thread *thread = egl::GetCurrentThread(); in wglCreateContext()
226 egl::Thread *thread = egl::GetCurrentThread(); in wglGetProcAddress()
243 Thread *thread = egl::GetCurrentThread(); in wglMakeCurrent()
/external/compiler-rt/lib/asan/
Dasan_thread.cc337 AsanThread *GetCurrentThread() { in GetCurrentThread() function
369 AsanThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid()
441 AsanThread *t = GetCurrentThread(); in __sanitizer_start_switch_fiber()
451 AsanThread *t = GetCurrentThread(); in __sanitizer_finish_switch_fiber()
Dasan_posix.cc37 ScopedDeadlySignal signal_scope(GetCurrentThread()); in AsanOnDeadlySignal()
Dasan_stack.h43 if ((t = GetCurrentThread()) && !t->isUnwinding()) { in GetStackTraceWithPcBpAndContext()
Dasan_stats.cc118 AsanThread *t = GetCurrentThread(); in GetCurrentThreadStats()
Dasan_thread.h196 AsanThread *GetCurrentThread();
/external/libchrome/ipc/
Dipc_perftest_util.cc75 old_affinity_ = SetThreadAffinityMask(GetCurrentThread(), thread_mask); in LockThreadAffinity()
95 auto set_result = SetThreadAffinityMask(GetCurrentThread(), old_affinity_); in ~LockThreadAffinity()
/external/mesa3d/src/util/
Du_thread.h194 return util_set_thread_affinity(GetCurrentThread(), mask, old_mask, in util_set_current_thread_affinity()
232 return util_thread_get_time_nano(GetCurrentThread()); in util_current_thread_get_time_nano()
/external/perfetto/src/base/
Dtime.cc42 ::GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernel_ftime, in GetThreadCPUTimeNs()
/external/compiler-rt/lib/msan/
Dmsan_thread.h66 MsanThread *GetCurrentThread();
Dmsan_allocator.cc117 MsanThread *t = GetCurrentThread(); in MsanAllocate()
160 MsanThread *t = GetCurrentThread(); in MsanDeallocate()
/external/v8/src/base/platform/
Dtime.cc793 return ThreadTicks::GetForThread(::GetCurrentThread()); in Now()
852 int previous_priority = ::GetThreadPriority(::GetCurrentThread()); in TSCTicksPerSecond()
853 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); in TSCTicksPerSecond()
866 ::SetThreadPriority(::GetCurrentThread(), previous_priority); in TSCTicksPerSecond()
/external/swiftshader/third_party/marl/src/
Dthread.cpp55 setThreadDescription(GetCurrentThread(), wname); in setName()
/external/libaom/libaom/test/
Dregister_state_check.h58 const HANDLE this_thread = GetCurrentThread(); in StoreRegisters()
/external/libvpx/libvpx/test/
Dregister_state_check.h57 const HANDLE this_thread = GetCurrentThread(); in StoreRegisters()
/external/mesa3d/include/c11/
Dthreads_win32.h528 GetCurrentThread(), // source (pseudo) handle
536 hCurrentThread = GetCurrentThread();
/external/virglrenderer/src/gallium/include/c11/
Dthreads_win32.h520 GetCurrentThread(), // source (pseudo) handle
528 hCurrentThread = GetCurrentThread();
/external/skqp/tools/
DCrashHandler.cpp150 GetCurrentThread(), in handler()
/external/libevent/test/
Dtest-changelist.c70 timer->thread = GetCurrentThread(); in start_cpu_usage_timer()

123