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

/system/core/include/cutils/
H A Dlist.h80 #define list_empty(list) ((list) == (list)->next) macro
/system/core/libcutils/include/cutils/
H A Dlist.h80 #define list_empty(list) ((list) == (list)->next) macro
/system/core/libcutils/include_vndk/cutils/
H A Dlist.h80 #define list_empty(list) ((list) == (list)->next) macro

Completed in 80 milliseconds