MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ck_stack_batch_pop_mpmc

Function ck_stack_batch_pop_mpmc

freebsd/contrib/ck/include/ck_stack.h:259–264  ·  view source on GitHub ↗

* This is equivalent to the UP/MC version as NULL does not need a * a generation count. */

Source from the content-addressed store, hash-verified

257 * a generation count.
258 */
259CK_CC_INLINE static struct ck_stack_entry *
260ck_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

Callers

nothing calls this directly

Calls 1

ck_stack_batch_pop_upmcFunction · 0.85

Tested by

no test coverage detected