ck_epoch_init (3) Linux Manual Page
ck_epoch_init – initialize epoch reclamation object
Library
Concurrency Kit (libck, -lck)Synopsis
In ck_epoch.h Ft void Fn ck_epoch_init ck_epoch_t *epochDescription
The Fn ck_epoch_init function initializes the epoch object pointed to by the Fa epoch pointer.Return Values
This function has no return value.Errors
The behavior of Fn ck_epoch_init is undefined if Fa epoch is not a pointer to a ck_epoch_t object.
See Also
ck_epoch_register3, ck_epoch_unregister3, ck_epoch_recycle3, ck_epoch_poll3, ck_epoch_synchronize3, ck_epoch_reclaim3, ck_epoch_barrier3, ck_epoch_call3, ck_epoch_begin3, ck_epoch_end3Additional information available at http://concurrencykit.org/
