Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp253 bool shouldCleanupWaitGroup(WorkPool::WaitGroupHandle* waitGroupHandle, WaitGroup** waitGroup) { in shouldCleanupWaitGroup() function in gfxstream::guest::WorkPoolThread
352 bool cleanup = mThreads[i]->shouldCleanupWaitGroup(&handle, &waitGroup); in schedule()