ck_rhs_destroy (3) - Linux Manuals

ck_rhs_destroy: destroy hash set

NAME

ck_rhs_destroy - destroy hash set

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_rhs.h Ft void Fn ck_rhs_destroy ck_rhs_t *hs

DESCRIPTION

The Fn ck_rhs_destroy 3 function will request that the underlying allocator, as specified by the ck_rhs_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_rhs_destroy 3 is called.

RETURN VALUES

Fn ck_rhs_destroy 3 has no return value.

ERRORS

This function is guaranteed not to fail.

SEE ALSO

ck_rhs_init3, ck_rhs_move3, CK_RHS_HASH3, ck_rhs_iterator_init3, ck_rhs_next3, ck_rhs_get3, ck_rhs_put3, ck_rhs_put_unique3, ck_rhs_set3, ck_rhs_fas3, ck_rhs_remove3, ck_rhs_grow3, ck_rhs_rebuild3, ck_rhs_gc3, ck_rhs_count3, ck_rhs_reset3, ck_rhs_reset_size3, ck_rhs_stat3

Additional information available at http://concurrencykit.org/