Execution scheduling. More...
Go to the source code of this file.
Data Structures | |
struct | sched_param |
Scheduling parameters required for implementation of each supported scheduling policy. More... | |
Macros | |
Scheduling Policies | |
#define | SCHED_OTHER 0 |
Functions | |
int | sched_get_priority_max (int policy) |
Get priority limit. More... | |
int | sched_yield (void) |
Yield the processor. More... | |
Execution scheduling.
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html
#define SCHED_OTHER 0 |
Another scheduling policy.
int sched_get_priority_max | ( | int | policy | ) |
Get priority limit.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html
int sched_yield | ( | void | ) |
Yield the processor.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_yield.html
0 | - Upon successful completion |