Home
last modified time | relevance | path

Searched defs:LIST_EMPTY (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h273 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt26 internal val LIST_EMPTY: Any = Symbol("LIST_EMPTY") in <lambda>() constant
/external/libevent/compat/sys/
Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/external/iperf3/src/
Dqueue.h186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/external/openssh/openbsd-compat/
Dsys-queue.h277 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/external/usrsctp/usrsctplib/
Duser_queue.h385 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/external/libiio/src/iiod/
Dqueue.h142 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro