#include <sched.h>
Link against:
libc.lib
| Interface status: |
externallyDefinedApi |
|
SCHED_RR 3
Description
Scheduling policy
| Interface status: |
externallyDefinedApi |
|
IMPORT_C int sched_yield(void);
Description
yield processor. The sched_yield(void)sched_yield(void) function forces the running thread to relinquish the processor until it again becomes the head of its thread list. It takes
no arguments.
Return value
sched_get_priority_max(int)
| Interface status: |
externallyDefinedApi |
|
IMPORT_C int sched_get_priority_max(int policy);
Description
The value of policy is one of the scheduling policy values defined in <sched.h>.
Parameters
Return value
sched_get_priority_min(int)
| Interface status: |
externallyDefinedApi |
|
IMPORT_C int sched_get_priority_min(int policy);
Description
The value of policy is one of the scheduling policy values defined in <sched.h>.
Parameters
Return value