diff options
Diffstat (limited to 'man3/pthread_setconcurrency.3')
| -rw-r--r-- | man3/pthread_setconcurrency.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3 index 059c974ac8..618d2f097f 100644 --- a/man3/pthread_setconcurrency.3 +++ b/man3/pthread_setconcurrency.3 @@ -41,7 +41,7 @@ The function informs the implementation of the application's desired concurrency level, specified in .IR new_level . -The implementation only takes this as a hint: +The implementation takes this only as a hint: POSIX.1 does not specify the level of concurrency that should be provided as a result of calling .BR pthread_setconcurrency (). @@ -85,7 +85,7 @@ POSIX.1-2001. .SH NOTES The default concurrency level is 0. -Concurrency levels are only meaningful for M:N threading implementations, +Concurrency levels are meaningful only for M:N threading implementations, where at any moment a subset of a process's set of user-level threads may be bound to a smaller number of kernel-scheduling entities. Setting the concurrency level allows the application to |
