ck_ht_destroy(3) immediately destroy a hash table

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_ht.h Ft void Fn ck_ht_destroy ck_ht_t *ht

DESCRIPTION

The Fn ck_ht_destroy function will request that the underlying allocator, as specified by the ck_ht_init3 function, immediately destroy the object pointed to by the Fa ht argument.

The user must guarantee that no threads are accessing the object pointed to by Fa ht when Fn ck_ht_destroy is called.

RETURN VALUES

Fn ck_ht_destroy has no return value.

ERRORS

This function is guaranteed not to fail.