Searched refs:ck_epoch_wait_cb_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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 *);
|
| /f-stack/freebsd/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()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 1349 ck_epoch_wait_cb_t *cb, void *ct) in ck_epoch_synchronize_wait()
|