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

Method pop

include/thundersvm/util/log.h:2577–2580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2575 m_queue.push(item);
2576 }
2577 inline void pop(void) {
2578 base::threading::ScopedLock scopedLock(lock());
2579 m_queue.pop();
2580 }
2581 inline AsyncLogItem front(void) {
2582 base::threading::ScopedLock scopedLock(lock());
2583 return m_queue.front();

Callers 4

nextMethod · 0.80
IterablePriorityQueueMethod · 0.80
IterableQueueMethod · 0.80
IterableStackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected