Searched refs:gCurrentThread (Results 1 – 2 of 2) sorted by relevance
58 gCurrentThread = thread; in AllocateCurrentThread()117 static thread_local Thread *gCurrentThread = nullptr; variable120 return gCurrentThread; in GetCurrentThreadTLS()124 gCurrentThread = thread; in SetCurrentThreadTLS()127 thread_local Thread *gCurrentThread = nullptr; variable147 Thread *current = gCurrentThread; in GetCurrentThread()157 Thread *currentThread = gCurrentThread; in SetContextCurrent()223 SafeDelete(gCurrentThread); in DeallocateCurrentThread()
35 extern thread_local Thread *gCurrentThread;128 egl::Thread *currentThread = egl::gCurrentThread; in GetGlobalContext()