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