* This is equivalent to the UP/MC version as NULL does not need a * a generation count. */
| 257 | * a generation count. |
| 258 | */ |
| 259 | CK_CC_INLINE static struct ck_stack_entry * |
| 260 | ck_stack_batch_pop_mpmc(struct ck_stack *target) |
| 261 | { |
| 262 | |
| 263 | return ck_stack_batch_pop_upmc(target); |
| 264 | } |
| 265 | #endif /* CK_F_STACK_BATCH_POP_MPMC */ |
| 266 | |
| 267 | #ifndef CK_F_STACK_PUSH_MPNC |
nothing calls this directly
no test coverage detected