ck_ht_next (3) Linux Manual Page
ck_ht_next – iterate to next entry in hash table LibraryConcurrency Kit (libck, -lck) SynopsisIn ck_ht.h Ft bool Fn ck_ht_next ck_ht_t *ht ck_ht_iterator_t *iterator ck_ht_entry_t **entry DescriptionThe Fn ck_ht_next function will increment the iterator object pointed to by Fa iterator to point to the next non-empty hash table entry. If Fn ck_ht_next returns true then the…
