mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Define _POSIX_THREAD_PRIORITY_SCHEDULING.
This commit is contained in:
@@ -70,6 +70,9 @@
|
|||||||
#define _POSIX_REENTRANT_FUNCTIONS 1
|
#define _POSIX_REENTRANT_FUNCTIONS 1
|
||||||
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
|
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
|
||||||
|
|
||||||
|
/* We provide priority scheduling for threads. */
|
||||||
|
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
|
||||||
|
|
||||||
/* We support user-defined stack sizes. */
|
/* We support user-defined stack sizes. */
|
||||||
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
||||||
|
|
||||||
|
@@ -70,6 +70,9 @@
|
|||||||
#define _POSIX_REENTRANT_FUNCTIONS 1
|
#define _POSIX_REENTRANT_FUNCTIONS 1
|
||||||
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
|
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
|
||||||
|
|
||||||
|
/* We provide priority scheduling for threads. */
|
||||||
|
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
|
||||||
|
|
||||||
/* We support user-defined stack sizes. */
|
/* We support user-defined stack sizes. */
|
||||||
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user