Searched refs:LogEntryQueue (Results 1 – 2 of 2) sorted by relevance
238 LogEntryQueue.push(Entry); in push()247 QueueCondition.wait(Guard, [&] { return !LogEntryQueue.empty(); }); in pop()250 if (!LogEntryQueue.size()) in pop()253 DebuginfodLogEntry Entry = LogEntryQueue.front(); in pop()254 LogEntryQueue.pop(); in pop()
91 std::queue<DebuginfodLogEntry> LogEntryQueue; variable