#include <pcqueue.h>
Data Fields | |
std::atomic< unsigned int > | push |
std::atomic< unsigned int > | pull |
std::atomic< uintptr_t > | nodes [NodePoolSize] |
Definition at line 810 of file pcqueue.h.
std::atomic<unsigned int> FreeMPMCNodePoolStruct::push |
Definition at line 812 of file pcqueue.h.
Referenced by FreeMPMCNodePoolCreate(), mpmc_add_free_node(), and mpmc_get_free_node().
std::atomic<unsigned int> FreeMPMCNodePoolStruct::pull |
Definition at line 813 of file pcqueue.h.
Referenced by FreeMPMCNodePoolCreate(), and mpmc_get_free_node().
std::atomic<uintptr_t> FreeMPMCNodePoolStruct::nodes[NodePoolSize] |
Definition at line 814 of file pcqueue.h.
Referenced by FreeMPMCNodePoolCreate(), FreeMPMCNodePoolDestroy(), mpmc_add_free_node(), and mpmc_get_free_node().