Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/threads/
DWorkerThread.h97 std::future<void> completeFuture = enqueueImpl(Command()); in waitQueuedItems()
107 return enqueueImpl(Command(std::move(item))); in enqueue()
122 std::future<void> enqueueImpl(Command command) { in enqueueImpl() function