]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/condvar.h
Add cv_timedwait_sig_hires to allow interruptible sleep
[mirror_spl.git] / include / sys / condvar.h
index efcf0dda2769b2c903636932bc0ca0f9b4da0c7d..9b55449ae555d2b2ece52c57730b76de78b2c9e2 100644 (file)
@@ -59,6 +59,8 @@ extern clock_t __cv_timedwait(kcondvar_t *, kmutex_t *, clock_t);
 extern clock_t __cv_timedwait_sig(kcondvar_t *, kmutex_t *, clock_t);
 extern clock_t cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t,
     hrtime_t res, int flag);
+extern clock_t cv_timedwait_sig_hires(kcondvar_t *, kmutex_t *, hrtime_t,
+    hrtime_t res, int flag);
 extern void __cv_signal(kcondvar_t *);
 extern void __cv_broadcast(kcondvar_t *c);