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

Method push

include/thundersvm/util/log.h:2573–2576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2571 }
2572
2573 inline void push(const AsyncLogItem& item) {
2574 base::threading::ScopedLock scopedLock(lock());
2575 m_queue.push(item);
2576 }
2577 inline void pop(void) {
2578 base::threading::ScopedLock scopedLock(lock());
2579 m_queue.pop();

Callers 4

handleMethod · 0.80
IterablePriorityQueueMethod · 0.80
IterableQueueMethod · 0.80
IterableStackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected