IMPORT_C int | sched_yield | ( | void | ) |
yield processor. The sched_yield() function forces the running thread to relinquish the processor until it again becomes the head of its thread list. It takes no arguments.
IMPORT_C int | sched_get_priority_max | ( | int | policy | ) |
The value of policy is one of the scheduling policy values defined in <sched.h>.
IMPORT_C int | sched_get_priority_min | ( | int | policy | ) |
The value of policy is one of the scheduling policy values defined in <sched.h>.