From 228305b5914e780ff4edb1a993b532083c779826 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 25 Feb 2003 09:49:46 +0000 Subject: Catch up with change to kse_release syscall. The background info in this man page needs rewriting in some parts since the last major changes to the code, however it still accuratly reflects how to use the API. --- lib/libc/sys/kse.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2 index 0cfbac1..9476eea 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. -- cgit v1.1