Searched refs:LogEntryQueue (Results 1 – 2 of 2) sorted by relevance
342 LogEntryQueue.push(Entry); in push()351 QueueCondition.wait(Guard, [&] { return !LogEntryQueue.empty(); }); in pop()354 if (!LogEntryQueue.size()) in pop()357 DebuginfodLogEntry Entry = LogEntryQueue.front(); in pop()358 LogEntryQueue.pop(); in pop()
111 std::queue<DebuginfodLogEntry> LogEntryQueue; variable