gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:TAILQ_REMOVE (0.04 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
415: 
416: #define TAILQ_REMOVE(head, elm, field) do {                             \
417:         if (((elm)->field.tqe_next) != NULL)                           \
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
495: 
496: #define TAILQ_REMOVE(head, elm, field) do {                             \
497:         QUEUEDEBUG_TAILQ_PREREMOVE((head), (elm), field)               \