summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-02-25 09:49:46 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-02-25 09:49:46 +0000
commitf4a8661b2f33f63614bf43883fd7fab3a8baa2c2 (patch)
tree386bb5f64c8ee0058b072d63c12741885bddb7d5 /lib/libc
parent869d7350437b599728f921b7b7ba980d2d2db563 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kse.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2
index 0cfbac10ef09..9476eea32144 100644
--- a/lib/libc/sys/kse.2
+++ b/lib/libc/sys/kse.2
@@ -51,7 +51,7 @@
.Ft int
.Fn kse_exit void
.Ft int
-.Fn kse_release void
+.Fn kse_release "struct timespec *timeout"
.Ft int
.Fn kse_wakeup "struct kse_mailbox *mbx"
.Ft int
@@ -280,7 +280,7 @@ the KSE assigned to the currently running thread when it is not needed,
e.g., when there are more available KSEs than runnable user threads.
The thread converts to an upcall but does not get scheduled until
there is a new reason to do so, e.g., a previously
-blocked thread becomes runnable.
+blocked thread becomes runnable, or the timeout expires.
If successful,
.Fn kse_release
does not return to the caller.