Searched refs:list_empty (Results 1 - 3 of 3) sorted by relevance

/system/core/include/cutils/
H A Dlist.h47 #define list_empty(list) ((list) == (list)->next) macro
/system/core/init/
H A Dinit_parser.c424 if (list_empty(&action_queue)) {
436 return list_empty(&action_queue);
H A Dinit.c466 if (!node || list_empty(&act->commands))

Completed in 65 milliseconds