diff options
Diffstat (limited to 'include/sys/zthr.h')
-rw-r--r-- | include/sys/zthr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/zthr.h b/include/sys/zthr.h index 33c218ec4..0a05f5225 100644 --- a/include/sys/zthr.h +++ b/include/sys/zthr.h @@ -33,7 +33,9 @@ extern void zthr_destroy(zthr_t *t); extern void zthr_wakeup(zthr_t *t); extern void zthr_cancel(zthr_t *t); extern void zthr_resume(zthr_t *t); +extern void zthr_wait_cycle_done(zthr_t *t); extern boolean_t zthr_iscancelled(zthr_t *t); +extern boolean_t zthr_has_waiters(zthr_t *t); #endif /* _SYS_ZTHR_H */ |