mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(PTHREAD_THREADS_MAX): Bump to 16384.
This commit is contained in:
@ -64,7 +64,7 @@
|
||||
/* The number of threads per process. */
|
||||
#define _POSIX_THREAD_THREADS_MAX 64
|
||||
/* 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
|
||||
priority level. */
|
||||
|
Reference in New Issue
Block a user