MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / next_prod

Method next_prod

concurrentqueue.h:1757–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1755 }
1756
1757 inline ProducerBase* next_prod() const { return static_cast<ProducerBase*>(next); }
1758
1759 inline size_t size_approx() const
1760 {

Callers 9

~ConcurrentQueueMethod · 0.80
try_dequeueMethod · 0.80
try_dequeue_bulkMethod · 0.80
size_approxMethod · 0.80
getForMethod · 0.80
reown_producersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected