ck_hs_destroy(3) destroy hash set

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_hs.h Ft void Fn ck_hs_destroy ck_hs_t *hs

DESCRIPTION

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.