summaryrefslogtreecommitdiffstats
path: root/sys/sys/sleepqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sleepqueue.h')
-rw-r--r--sys/sys/sleepqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sleepqueue.h b/sys/sys/sleepqueue.h
index 362945a..224d602 100644
--- a/sys/sys/sleepqueue.h
+++ b/sys/sys/sleepqueue.h
@@ -109,6 +109,7 @@ void sleepq_release(void *wchan);
void sleepq_remove(struct thread *td, void *wchan);
int sleepq_signal(void *wchan, int flags, int pri, int queue);
void sleepq_set_timeout(void *wchan, int timo);
+u_int sleepq_sleepcnt(void *wchan, int queue);
int sleepq_timedwait(void *wchan, int pri);
int sleepq_timedwait_sig(void *wchan, int pri);
void sleepq_wait(void *wchan, int pri);
OpenPOWER on IntegriCloud