gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CIRCLEQ_END (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
461: #define CIRCLEQ_LAST(head)              ((head)->cqh_last)
462: #define CIRCLEQ_END(head)               ((void *)(head))
463: #define CIRCLEQ_NEXT(elm, field)        ((elm)->field.cqe_next)