Home
last modified time | relevance | path

Searched refs:hashmap_isempty (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h284 static inline bool hashmap_isempty(Hashmap *h) { in hashmap_isempty() function
/third_party/eudev/src/udev/
Dudevd.c1389 if (udev_list_node_is_empty(&event_list) && hashmap_isempty(workers)) in main()
1394 } else if (udev_list_node_is_empty(&event_list) && hashmap_isempty(workers)) { in main()