Searched refs:LogEntryQueue (Results 1 – 2 of 2) sorted by relevance
283 LogEntryQueue.push(Entry); in push()292 QueueCondition.wait(Guard, [&] { return !LogEntryQueue.empty(); }); in pop()295 if (!LogEntryQueue.size()) in pop()298 DebuginfodLogEntry Entry = LogEntryQueue.front(); in pop()299 LogEntryQueue.pop(); in pop()
93 std::queue<DebuginfodLogEntry> LogEntryQueue; variable