ck_epoch_init (3) Linux Manual Page
NAME
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 *epoch
DESCRIPTION
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_end3
Additional information available at http://concurrencykit.org/
