/external/angle/src/libGLESv2/ |
D | entry_points_egl.cpp | 60 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 …]
|
D | entry_points_egl_ext.cpp | 39 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 …]
|
D | global_state.h | 30 Thread *GetCurrentThread(); 49 egl::Thread *thread = egl::GetCurrentThread(); in GetGlobalContext() 60 egl::Thread *thread = egl::GetCurrentThread(); in GetValidGlobalContext()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 44 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()
|
D | lsan_thread.h | 54 u32 GetCurrentThread();
|
/external/angle/util/windows/win32/ |
D | test_utils_win32.cpp | 82 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/ |
D | entry_points_wgl.cpp | 108 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/ |
D | asan_thread.cc | 337 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()
|
D | asan_posix.cc | 37 ScopedDeadlySignal signal_scope(GetCurrentThread()); in AsanOnDeadlySignal()
|
D | asan_stack.h | 43 if ((t = GetCurrentThread()) && !t->isUnwinding()) { in GetStackTraceWithPcBpAndContext()
|
D | asan_stats.cc | 118 AsanThread *t = GetCurrentThread(); in GetCurrentThreadStats()
|
D | asan_thread.h | 196 AsanThread *GetCurrentThread();
|
/external/libchrome/ipc/ |
D | ipc_perftest_util.cc | 75 old_affinity_ = SetThreadAffinityMask(GetCurrentThread(), thread_mask); in LockThreadAffinity() 95 auto set_result = SetThreadAffinityMask(GetCurrentThread(), old_affinity_); in ~LockThreadAffinity()
|
/external/mesa3d/src/util/ |
D | u_thread.h | 194 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/ |
D | time.cc | 42 ::GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernel_ftime, in GetThreadCPUTimeNs()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 66 MsanThread *GetCurrentThread();
|
D | msan_allocator.cc | 117 MsanThread *t = GetCurrentThread(); in MsanAllocate() 160 MsanThread *t = GetCurrentThread(); in MsanDeallocate()
|
/external/v8/src/base/platform/ |
D | time.cc | 793 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/ |
D | thread.cpp | 55 setThreadDescription(GetCurrentThread(), wname); in setName()
|
/external/libaom/libaom/test/ |
D | register_state_check.h | 58 const HANDLE this_thread = GetCurrentThread(); in StoreRegisters()
|
/external/libvpx/libvpx/test/ |
D | register_state_check.h | 57 const HANDLE this_thread = GetCurrentThread(); in StoreRegisters()
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 528 GetCurrentThread(), // source (pseudo) handle 536 hCurrentThread = GetCurrentThread();
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_win32.h | 520 GetCurrentThread(), // source (pseudo) handle 528 hCurrentThread = GetCurrentThread();
|
/external/skqp/tools/ |
D | CrashHandler.cpp | 150 GetCurrentThread(), in handler()
|
/external/libevent/test/ |
D | test-changelist.c | 70 timer->thread = GetCurrentThread(); in start_cpu_usage_timer()
|