diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-11-01 01:54:30 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-11-01 01:54:30 +0000 |
| commit | 29f4831b304071c43e7841b55a0bfb1392be32ef (patch) | |
| tree | 9f77eb74d025570e4e315d12f423ad8a9738570d /share | |
| parent | e0558bb9903e1784e8ab01b0aeb92cca681351aa (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man3/pthread_create.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3 index a8ef2d0a546e7..ba27efccc7408 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 |
