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