Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlist.h47 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL) macro
161 if (ISC_LIST_EMPTY(list1)) \
163 else if (!ISC_LIST_EMPTY(list2)) { \
174 if (ISC_LIST_EMPTY(list1)) \
176 else if (!ISC_LIST_EMPTY(list2)) { \
H A Dutil.h195 #define EMPTY(list) ISC_LIST_EMPTY(list)
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c1546 if (!ISC_LIST_EMPTY(manager->tasks)) in isc__taskmgr_destroy()
1549 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc__taskmgr_destroy()