Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp292 uint_least32_t children_offset = atomic_load_explicit(&current->children, memory_order_relaxed); in find_property()
294 root = to_prop_bt(&current->children); in find_property()
299 atomic_store_explicit(&current->children, new_offset, memory_order_release); in find_property()
348 uint_least32_t children_offset = atomic_load_explicit(&trie->children, memory_order_relaxed); in foreach_property()
350 const int err = foreach_property(to_prop_bt(&trie->children), propfn, cookie); in foreach_property()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h78 atomic_uint_least32_t children; member