Searched refs:children (Results 1 – 1 of 1) sorted by relevance
118 atomic_uint_least32_t children; member438 uint_least32_t children_offset = atomic_load_explicit(¤t->children, memory_order_relaxed); in find_property()440 root = to_prop_bt(¤t->children); in find_property()445 atomic_store_explicit(¤t->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()