Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp118 atomic_uint_least32_t children; member
438 uint_least32_t children_offset = atomic_load_explicit(&current->children, memory_order_relaxed); in find_property()
440 root = to_prop_bt(&current->children); in find_property()
445 atomic_store_explicit(&current->children, new_offset, memory_order_release); in find_property()
669 uint_least32_t children_offset = atomic_load_explicit(&trie->children, memory_order_relaxed); in foreach_property()
671 const int err = foreach_property(to_prop_bt(&trie->children), propfn, cookie); in foreach_property()