TAILQ_ENTRY(3EXT) Namequeue, SLIST_HEAD, SLIST_HEAD_INITIALIZER, SLIST_ENTRY, SLIST_INIT, SLIST_INSERT_AFTER, SLIST_INSERT_HEAD, SLIST_REMOVE_HEAD, SLIST_REMOVE, SLIST_FOREACH, SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT, SIMPLEQ_HEAD, SIMPLEQ_HEAD_INITIALIZER, SIMPLEQ_ENTRY, SIMPLEQ_INI...
TAILQ_ENTRY 队列 http://www.360doc.com/content/15/1222/14/29292169_522271626.shtml
queue, SLIST_HEAD , SLIST_HEAD_INITIALIZER , SLIST_ENTRY , SLIST_INIT , SLIST_INSERT_AFTER , SLIST_INSERT_HEAD , SLIST_REMOVE_HEAD , SLIST_REMOVE , SLIST_FOREACH...
TAILQ_ENTRY #defineTAILQ_HEAD(name, type) \structname { \structtype *tqh_first;/*first element*/\structtype **tqh_last;/*addr of last next element*/\ }#defineTAILQ_ENTRY(type) \struct{ \structtype *tqe_next;/*next element*/\structtype **tqe_prev;/*address of previous next element*/...
STAILQ_ENTRY(9F) Namequeue, SLIST_HEAD, SLIST_HEAD_INITIALIZER, SLIST_ENTRY, SLIST_INIT, SLIST_INSERT_AFTER, SLIST_INSERT_HEAD, SLIST_REMOVE_HEAD, SLIST_REMOVE, SLIST_FOREACH, SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT, SIMPLEQ_HEAD, SIMPLEQ_HEAD_INITIALIZER, SIMPLEQ_ENTRY, SIMPLEQ_INIT...