ck_hs_destroy (3) - Linux Manuals
ck_hs_destroy: destroy hash set
NAME
ck_hs_destroy - destroy hash setLIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_hs.h Ft void Fn ck_hs_destroy ck_hs_t *hsDESCRIPTION
The Fn ck_hs_destroy 3 function will request that the underlying allocator, as specified by the ck_hs_init3 function, immediately destroy the object pointed to by the Fa hs argument. The user must guarantee that no threads are accessing the object pointed to by Fa hs when Fn ck_hs_destroy 3 is called.RETURN VALUES
Fn ck_hs_destroy 3 has no return value.ERRORS
This function is guaranteed not to fail.SEE ALSO
ck_hs_init3, ck_hs_move3, CK_HS_HASH3, ck_hs_iterator_init3, ck_hs_next3, ck_hs_get3, ck_hs_put3, ck_hs_put_unique3, ck_hs_set3, ck_hs_fas3, ck_hs_remove3, ck_hs_grow3, ck_hs_rebuild3, ck_hs_gc3, ck_hs_count3, ck_hs_reset3, ck_hs_reset_size3, ck_hs_stat3Additional information available at http://concurrencykit.org/