Data Structures | |
| struct | zxfoundation::sync::rcu::rcu_head |
| Deferred-callback node embedded in the object to be freed. More... | |
Typedefs | |
| using | zxfoundation::sync::rcu::gp_seq_t = u64 |
| Grace-period sequence number type. | |
Variables | |
| void(* | func )(rcu_head *head) noexcept |
| rcu_head * | next {nullptr} |
| Intrusive list linkage (single-linked). | |
| constexpr u32 | zxfoundation::sync::rcu::RCU_MAX_DRAIN_PER_TICK = 64U |
| Maximum number of callbacks to drain per tick per CPU. | |
Files | |
| file | zxfoundation/sync/rcu.zcomponent/types.cxxm |