mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
(PTHREAD_THREADS_MAX): Bump to 16384.
This commit is contained in:
parent
90341544e5
commit
160e53fdd1
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user