Home
last modified time | relevance | path

Searched refs:QUEUE_PREV_NEXT (Results 1 – 1 of 1) sorted by relevance

/third_party/libuv/src/
Dqueue.h26 #define QUEUE_PREV_NEXT(q) (QUEUE_NEXT(QUEUE_PREV(q))) macro
54 QUEUE_PREV_NEXT(h) = QUEUE_NEXT(n); \
57 QUEUE_PREV_NEXT(h) = (h); \
64 QUEUE_PREV_NEXT(n) = (n); \
67 QUEUE_PREV_NEXT(h) = (h); \
96 QUEUE_PREV_NEXT(q) = (q); \
103 QUEUE_PREV_NEXT(q) = QUEUE_NEXT(q); \