Searched refs:gGpuThread (Results 1 – 2 of 2) sorted by relevance
31 pthread_t gGpuThread = 0; variable71 LOG_ALWAYS_FATAL_IF(gGpuThread != 0, "We already have a gpu thread? " in onGpuContextCreated()72 "current = %lu, gpu thread = %lu", pthread_self(), gGpuThread); in onGpuContextCreated()73 gGpuThread = pthread_self(); in onGpuContextCreated()77 gGpuThread = 0; in onGpuContextDestroyed()
26 extern pthread_t gGpuThread;29 !pthread_equal(gGpuThread, pthread_self()), \32 pthread_self(), gGpuThread)