Home
last modified time | relevance | path

Searched defs:currentThread (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.h138 egl::Thread *currentThread = egl::GetCurrentThreadTLS(); in GetGlobalContext() local
140 egl::Thread *currentThread = egl::gCurrentThread; in GetGlobalContext() local
Dglobal_state.cpp165 Thread *currentThread = GetCurrentThreadTLS(); in SetContextCurrent() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DContext.cpp296 std::shared_ptr<Thread> Context::Lock::currentThread() in currentThread() function in vk::dbg::Context::Lock
/third_party/python/Lib/
Dthreading.py1458 def currentThread(): function