Searched defs:MSGQ_PEEK (Results 1 – 2 of 2) sorted by relevance
114 #define MSGQ_PEEK(Q) (TAILQ_EMPTY((Q)) ? NULL : TAILQ_FIRST((Q))) macro
148 #define MSGQ_PEEK(Q) TAILQ_FIRST((Q)) macro