mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
(PTHREAD_THREADS_MAX): Bump to 16384.
This commit is contained in:
@ -64,7 +64,7 @@
|
|||||||
/* The number of threads per process. */
|
/* The number of threads per process. */
|
||||||
#define _POSIX_THREAD_THREADS_MAX 64
|
#define _POSIX_THREAD_THREADS_MAX 64
|
||||||
/* This is the value this implementation supports. */
|
/* This is the value this implementation supports. */
|
||||||
#define PTHREAD_THREADS_MAX 1024
|
#define PTHREAD_THREADS_MAX 16384
|
||||||
|
|
||||||
/* Maximum amount by which a process can descrease its asynchronous I/O
|
/* Maximum amount by which a process can descrease its asynchronous I/O
|
||||||
priority level. */
|
priority level. */
|
||||||
|
Reference in New Issue
Block a user