ck_epoch_begin (3) Linux Manual Page
NAME ck_epoch_begin – begin epoch-protected segment of execution LIBRARY Concurrency Kit (libck, -lck) SYNOPSIS In ck_epoch.h Ft void Fn ck_epoch_begin ck_epoch_record_t *record ck_epoch_section_t *section DESCRIPTION The Fn ck_epoch_begin 3 function will mark the beginning of an epoch-protected code section. An epoch-protected code section is delimited by a call to the Fn ck_epoch_end 3 function. Though…
