Home
last modified time | relevance | path

Searched refs:mShouldCleanupWaitGroup (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp237 mShouldCleanupWaitGroup = false; in run()
255 bool res = mShouldCleanupWaitGroup; in shouldCleanupWaitGroup()
258 mShouldCleanupWaitGroup = false; in shouldCleanupWaitGroup()
317 mShouldCleanupWaitGroup = true; in doRun()
329 bool mShouldCleanupWaitGroup = false; member in gfxstream::guest::WorkPoolThread