diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2018-05-17 20:57:30 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2018-05-17 20:57:30 +0000 |
| commit | a0a6ef6565549755a31b821ba4245c060c921e2f (patch) | |
| tree | e01c12883ef5d8513899b2f2ac7a27c8311e102f /include | |
| parent | e8d27288c2439ee79c81e4684ea90e8ca1aab845 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/ck_epoch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ck_epoch.h b/include/ck_epoch.h index 9e166e5753a4..58f3d28a955d 100644 --- a/include/ck_epoch.h +++ b/include/ck_epoch.h @@ -266,6 +266,7 @@ void ck_epoch_register(ck_epoch_t *, ck_epoch_record_t *, void *); void ck_epoch_unregister(ck_epoch_record_t *); bool ck_epoch_poll(ck_epoch_record_t *); +bool ck_epoch_poll_deferred(struct ck_epoch_record *record, ck_stack_t *deferred); void ck_epoch_synchronize(ck_epoch_record_t *); void ck_epoch_synchronize_wait(ck_epoch_t *, ck_epoch_wait_cb_t *, void *); void ck_epoch_barrier(ck_epoch_record_t *); |
