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

NAME

4     ck_epoch_unregister — unregister a thread for epoch reclamation
5

LIBRARY

7     Concurrency Kit (libck, -lck)
8

SYNOPSIS

10     #include <ck_epoch.h>
11
12     void
13     ck_epoch_unregister(ck_epoch_record_t *record);
14

DESCRIPTION

16     The ck_epoch_unregister(3) function allows for the record pointed by the
17     record pointer to be used as a return value by the ck_epoch_recycle(3)
18     function. This record can now be used by another thread of execution.
19     Behavior is undefined if the object pointed by record is modified in any
20     way, even after a call is made to the ck_epoch_unregister(3) function.
21

RETURN VALUES

23     This function has no return value.
24

SEE ALSO

26     ck_epoch_init(3), ck_epoch_register(3), ck_epoch_recycle(3),
27     ck_epoch_poll(3), ck_epoch_synchronize(3), ck_epoch_reclaim(3),
28     ck_epoch_barrier(3), ck_epoch_call(3), ck_epoch_begin(3), ck_epoch_end(3)
29
30     Additional information available at http://concurrencykit.org/
31
32                               September 2, 2012
Impressum