|
|
@ -34,6 +34,7 @@ Concurrency Kit (libck, \-lck)
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.In ck_epoch.h
|
|
|
|
.In ck_epoch.h
|
|
|
|
typedef struct ck_epoch_entry ck_epoch_entry_t;
|
|
|
|
typedef struct ck_epoch_entry ck_epoch_entry_t;
|
|
|
|
|
|
|
|
.br
|
|
|
|
typedef void ck_epoch_cb_t(ck_epoch_entry_t *);
|
|
|
|
typedef void ck_epoch_cb_t(ck_epoch_entry_t *);
|
|
|
|
.Ft void
|
|
|
|
.Ft void
|
|
|
|
.Fn ck_epoch_call "ck_epoch_t *epoch" "ck_epoch_record_t *record" "ck_epoch_entry_t *entry" "ck_epoch_cb_t *function"
|
|
|
|
.Fn ck_epoch_call "ck_epoch_t *epoch" "ck_epoch_record_t *record" "ck_epoch_entry_t *entry" "ck_epoch_cb_t *function"
|
|
|
|