Searched defs:CK_FIFO_MPMC_ISEMPTY (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_fifo.h463 #define CK_FIFO_MPMC_ISEMPTY(f) ((f)->head.pointer->next.pointer == NULL) macro

Completed in 106 milliseconds