Searched refs:gGpuThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.h25 extern pthread_t gGpuThread;
28 !pthread_equal(gGpuThread, pthread_self()), \
31 pthread_self(), gGpuThread)
H A DGpuMemoryTracker.cpp31 pthread_t gGpuThread = 0; member in namespace:android::uirenderer
71 LOG_ALWAYS_FATAL_IF(gGpuThread != 0, "We already have a GL thread? "
72 "current = %lu, gl thread = %lu", pthread_self(), gGpuThread);
73 gGpuThread = pthread_self();
77 gGpuThread = 0;

Completed in 221 milliseconds