ck_hs_count(3)
returns number of entries in hash set
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_hs.h
Ft unsigned long
Fn ck_hs_count ck_hs_t *hs
DESCRIPTION
The
Fn ck_hs_count 3
function returns the number of keys currently
stored in
Fa hs .
ERRORS
Behavior is undefined if
Fa hs
is uninitialized. Behavior is
undefined if this function is called by a non-writer
thread.