Searched refs:QSIMPLEQ_EMPTY (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/ | ||
H A D | qemu-queue.h | 222 if (!QSIMPLEQ_EMPTY((head2))) { \ 230 (QSIMPLEQ_EMPTY((head)) ? \ 238 #define QSIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro |
Completed in 292 milliseconds