MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / empty

Method empty

include/thundersvm/util/log.h:2585–2588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2583 return m_queue.front();
2584 }
2585 inline bool empty(void) {
2586 base::threading::ScopedLock scopedLock(lock());
2587 return m_queue.empty();
2588 }
2589 private:
2590 std::queue<AsyncLogItem> m_queue;
2591};

Callers 9

emptyMethod · 0.45
unregisterAllMethod · 0.45
unregisterAllMethod · 0.45
setValueMethod · 0.45
setThreadNameMethod · 0.45
IterablePriorityQueueMethod · 0.45
IterableQueueMethod · 0.45
IterableStackMethod · 0.45
handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected