Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DPosixAsyncIO.cpp29 std::deque<struct aiocb*> gWorkQueue; variable
41 gWait.wait(lk, []{return gWorkQueue.size() > 0 || gSuspended;}); in work_func()
44 aiocbp = gWorkQueue.back(); in work_func()
45 gWorkQueue.pop_back(); in work_func()
73 gWorkQueue.push_front(aiocbp); in aio_add()
87 CHECK(gWorkQueue.size() == 0); in aiocb()
102 CHECK(gWorkQueue.size() == 0); in ~aiocb()