summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_create.3
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-11-01 01:54:30 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-11-01 01:54:30 +0000
commit7508b90d598635d84b182eb7215a7936385401e2 (patch)
tree9f77eb74d025570e4e315d12f423ad8a9738570d /share/man/man3/pthread_create.3
parentca6370b606d37a5eddc529693cc6bee5ab6ad3c0 (diff)
downloadFreeBSD-src-7508b90d598635d84b182eb7215a7936385401e2.zip
FreeBSD-src-7508b90d598635d84b182eb7215a7936385401e2.tar.gz
Add error code EPERM.
Reviewed by: ru, deischen
Diffstat (limited to 'share/man/man3/pthread_create.3')
-rw-r--r--share/man/man3/pthread_create.35
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3
index a8ef2d0..ba27efc 100644
--- a/share/man/man3/pthread_create.3
+++ b/share/man/man3/pthread_create.3
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 4, 1996
+.Dd Nov 1, 2006
.Dt PTHREAD_CREATE 3
.Os
.Sh NAME
@@ -108,6 +108,9 @@ function will fail if:
The system lacked the necessary resources to create another thread, or
the system-imposed limit on the total number of threads in a process
[PTHREAD_THREADS_MAX] would be exceeded.
+.It Bq Er EPERM
+The caller does not have appropriate permission to set the required scheduling
+parameters or scheduling policy.
.It Bq Er EINVAL
The value specified by
.Fa attr
OpenPOWER on IntegriCloud