Searched defs:Command (Results 1 – 7 of 7) sorted by relevance
109 struct Command { struct110 Command() : mWorkItem(std::nullopt) {} in Command() function111 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() function112 Command(Command&& other) in Command() function120 std::future<void> enqueueImpl(Command command) { in enqueueImpl() argument
75 struct Command { struct79 Command(Item&& item, WorkerId workerId) : mItem(std::move(item)), mWorkerId(workerId) {} in Command() argument
99 struct Command { struct103 using ThreadPool = android::base::ThreadPool<Command>; argument
55 enum Command { enum
40 class Command(NamedTuple): class
260 enum Command { enum in android::base::guest::WorkPoolThread
208 Command::Command(const std::string& executable, SubprocessStopper stopper) in Command() function in cuttlefish::Command