Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.h178 #define hashmap_ensure_allocated(h, ops) internal_hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SR… macro
/third_party/eudev/src/udev/
Dudevd.c189 r = hashmap_ensure_allocated(&workers, NULL); in worker_new()