Searched refs:workQueue (Results 1 – 2 of 2) sorted by relevance
55 if (this->workQueue.empty()) in getNextCommand()65 auto command = this->workQueue.front(); in getNextCommand()66 this->workQueue.pop(); in getNextCommand()94 while (!this->workQueue.empty()) in clearQueue()96 auto command = this->workQueue.front(); in clearQueue()97 this->workQueue.pop(); in clearQueue()111 if (this->workQueue.size() >= 1) in checkQueueAndAlertHost()153 this->workQueue.emplace(command); in execute()157 if (this->workQueue.size() == 1) in execute()
102 std::queue<CommandHandler> workQueue{}; member in phosphor::host::command::Manager