#include <pcqueue.h>
Data Fields | |
std::atomic< unsigned int > | push |
std::atomic< unsigned int > | pull |
std::atomic< uintptr_t > | nodes [NodePoolSize] |
Definition at line 475 of file pcqueue.h.
std::atomic<unsigned int> FreeNodePoolStruct::push |
Definition at line 477 of file pcqueue.h.
Referenced by add_free_node(), FreeNodePoolCreate(), and get_free_node().
std::atomic<unsigned int> FreeNodePoolStruct::pull |
std::atomic<uintptr_t> FreeNodePoolStruct::nodes[NodePoolSize] |
Definition at line 479 of file pcqueue.h.
Referenced by add_free_node(), FreeNodePoolCreate(), FreeNodePoolDestroy(), and get_free_node().