Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ next_prod
Method
next_prod
Source/ThirdParty/concurrentqueue.h:1521–1521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1519
}
1520
1521
inline ProducerBase* next_prod() const { return static_cast<ProducerBase*>(next); }
1522
1523
inline size_t size_approx() const
1524
{
Callers
8
~ConcurrentQueue
Function · 0.45
try_dequeue
Function · 0.45
try_dequeue_non_interleaved
Function · 0.45
try_dequeue_bulk
Function · 0.45
size_approx
Function · 0.45
update_current_producer_after_rotation
Function · 0.45
recycle_or_create_producer
Function · 0.45
reown_producers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected