Searched defs:uu_avl_pool (Results 1 – 1 of 1) sorted by relevance
151 struct uu_avl_pool { struct152 uu_avl_pool_t *uap_next; argument153 uu_avl_pool_t *uap_prev; argument155 char uap_name[UU_AVL_POOL_MAXNAME];156 size_t uap_nodeoffset;157 size_t uap_objsize;158 uu_compare_fn_t *uap_cmp;159 uint8_t uap_debug;160 uint8_t uap_last_index;161 pthread_mutex_t uap_lock; /* protects null_avl */[all …]