list_empty 232 ccan/list/list.h #define list_empty_nodebug(h) list_empty(h) list_empty 313 ccan/list/list.h assert(!list_empty(h)); list_empty 384 ccan/list/list.h if (list_empty(h)) list_empty 410 ccan/list/list.h if (list_empty(h)) list_empty 436 ccan/list/list.h if (list_empty(h)) list_empty 1167 thread_pthread.c if (list_empty((struct list_head*)node)) { list_empty 1180 thread_pthread.c if (!list_empty((struct list_head*)node)) { list_empty 1220 thread_pthread.c return list_empty(&ubf_list_head);