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