1CK_RHS_RESET_SIZE(3)     BSD Library Functions Manual     CK_RHS_RESET_SIZE(3)
2

NAME

4     ck_rhs_reset_size — remove all keys from a hash set
5

LIBRARY

7     Concurrency Kit (libck, -lck)
8

SYNOPSIS

10     #include <ck_rhs.h>
11
12     bool
13     ck_rhs_reset_size(ck_rhs_t *hs, unsigned long size);
14

DESCRIPTION

16     The ck_rhs_reset_size(3) function will remove all keys stored in the hash
17     set pointed to by the hs argument and create a new generation of the hash
18     set that is preallocated for size entries.
19

RETURN VALUES

21     If successful, ck_rhs_reset_size(3) will return true and will otherwise
22     return false on failure. This function will only fail if a replacement
23     hash set could not be allocated internally.
24

ERRORS

26     Behavior is undefined if hs is uninitialized. Behavior is undefined if
27     this function is called by a non-writer thread.
28

SEE ALSO

30     ck_rhs_init(3), ck_rhs_move(3), ck_rhs_destroy(3), CK_RHS_HASH(3),
31     ck_rhs_iterator_init(3), ck_rhs_next(3), ck_rhs_get(3), ck_rhs_put(3),
32     ck_rhs_put_unique(3), ck_rhs_set(3), ck_rhs_fas(3), ck_rhs_remove(3),
33     ck_rhs_grow(3), ck_rhs_gc(3), ck_rhs_rebuild(3), ck_rhs_count(3),
34     ck_rhs_reset(3), ck_rhs_stat(3)
35
36     Additional information available at http://concurrencykit.org/
37
38                                  May 5, 2013
Impressum