aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-10-08 22:42:42 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-10-08 22:42:42 +0000
commit30e25a918bb50ec281da3081ab7374811861379a (patch)
tree1fa7014c29c000f851d10429295bbd721c94581a /lib
parent7e75296d522aa3284173e1905f0ce38a38330b7b (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kse.27
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2
index 0b1ebbe094d65..00b4368b653f8 100644
--- a/lib/libc/sys/kse.2
+++ b/lib/libc/sys/kse.2
@@ -198,6 +198,13 @@ it is added to the KSE group's list of
threads.
This list is presented to the user code at the next upcall as a linked list
of thread mailboxes.
+.Pp
+There is a kernel-imposed limit on the number of threads in a KSE group
+that may be simultaneously blocked in the kernel (this number is not
+currently visible to the user).
+When this limit is reached, upcalls are blocked and no work is performed
+for the KSE group until one of the threads completes (or a signal is
+received).
.\"
.Ss Managing KSEs
.\"