Searched refs:ck_epoch_wait_cb_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_epoch.h | 234 typedef void ck_epoch_wait_cb_t(ck_epoch_t *, ck_epoch_record_t *, typedef 271 void ck_epoch_synchronize_wait(ck_epoch_t *, ck_epoch_wait_cb_t *, void *); 273 void ck_epoch_barrier_wait(ck_epoch_record_t *, ck_epoch_wait_cb_t *, void *);
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_epoch.c | 412 ck_epoch_wait_cb_t *cb, void *ct) in epoch_block() 426 ck_epoch_wait_cb_t *cb, void *ct) in ck_epoch_synchronize_wait() 546 ck_epoch_barrier_wait(struct ck_epoch_record *record, ck_epoch_wait_cb_t *cb, in ck_epoch_barrier_wait()
|