gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:SIMPLEQ_FIRST (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
268: #define SIMPLEQ_END(head)           NULL
269: #define SIMPLEQ_EMPTY(head)         (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
270: #define SIMPLEQ_NEXT(elm, field)    ((elm)->field.sqe_next)
More results from queue.h
bsd_source/t2ex/network/net/src_bsd/kern/kern_softint.c - 29.5KB - 916 lines
592:                  */
593:                 sh = SIMPLEQ_FIRST(&si->si_q);
594:                 SIMPLEQ_REMOVE_HEAD(&si->si_q, sh_q);