Define _POSIX_THREAD_PRIORITY_SCHEDULING.

This commit is contained in:
Jakub Jelinek 2003-09-01 20:05:59 +00:00
parent 5acf789a5a
commit c11b090183
2 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,9 @@
#define _POSIX_REENTRANT_FUNCTIONS 1
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
/* We provide priority scheduling for threads. */
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
/* We support user-defined stack sizes. */
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L

View File

@ -70,6 +70,9 @@
#define _POSIX_REENTRANT_FUNCTIONS 1
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
/* We provide priority scheduling for threads. */
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
/* We support user-defined stack sizes. */
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L