Searched refs:workQueue (Results 1 – 2 of 2) sorted by relevance
54 if (this->workQueue.empty()) in getNextCommand()64 auto command = this->workQueue.front(); in getNextCommand()65 this->workQueue.pop(); in getNextCommand()93 while (!this->workQueue.empty()) in clearQueue()95 auto command = this->workQueue.front(); in clearQueue()96 this->workQueue.pop(); in clearQueue()110 if (this->workQueue.size() >= 1) in checkQueueAndAlertHost()152 this->workQueue.emplace(command); in execute()156 if (this->workQueue.size() == 1) in execute()
102 std::queue<CommandHandler> workQueue{}; member in phosphor::host::command::Manager