Searched defs:uu_list_pool (Results 1 – 1 of 1) sorted by relevance
106 struct uu_list_pool { struct107 uu_list_pool_t *ulp_next; argument108 uu_list_pool_t *ulp_prev; argument110 char ulp_name[UU_LIST_POOL_MAXNAME];111 size_t ulp_nodeoffset;112 size_t ulp_objsize;113 uu_compare_fn_t *ulp_cmp;114 uint8_t ulp_debug;115 uint8_t ulp_last_index;116 pthread_mutex_t ulp_lock; /* protects null_list */[all …]