Searched defs:uu_avl_pool (Results 1 – 1 of 1) sorted by relevance
130 struct uu_avl_pool { struct131 uu_avl_pool_t *uap_next; argument132 uu_avl_pool_t *uap_prev; argument134 char uap_name[UU_AVL_POOL_MAXNAME];135 size_t uap_nodeoffset;136 size_t uap_objsize;137 uu_compare_fn_t *uap_cmp;138 uint8_t uap_debug;139 uint8_t uap_last_index;140 pthread_mutex_t uap_lock; /* protects null_avl */[all …]