Searched defs:currentThread (Results 1 – 4 of 4) sorted by relevance
138 egl::Thread *currentThread = egl::GetCurrentThreadTLS(); in GetGlobalContext() local140 egl::Thread *currentThread = egl::gCurrentThread; in GetGlobalContext() local
165 Thread *currentThread = GetCurrentThreadTLS(); in SetContextCurrent() local
296 std::shared_ptr<Thread> Context::Lock::currentThread() in currentThread() function in vk::dbg::Context::Lock
1435 def currentThread(): function