Searched refs:children (Results 1 – 2 of 2) sorted by relevance
292 uint_least32_t children_offset = atomic_load_explicit(¤t->children, memory_order_relaxed); in find_property()294 root = to_prop_bt(¤t->children); in find_property()299 atomic_store_explicit(¤t->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()
78 atomic_uint_least32_t children; member