#include <ngc/core/ngcbSched.h>Macros | |
| #define | _GNU_SOURCE |
| #define | _REENTRANT |
Functions | |
| int | ngcbGetPrio (int *priority, int *schedClass, int *quantum) |
| int | ngcbSetPrio (int priority, int schedClass, int quantum) |
Variables | |
| int | ngcbPrio = 1 |
| #define _GNU_SOURCE |
| #define _REENTRANT |
| int ngcbGetPrio | ( | int * | priority, |
| int * | schedClass, | ||
| int * | quantum ) |
Get the process scheduling priority,
| int ngcbSetPrio | ( | int | priority, |
| int | schedClass, | ||
| int | quantum ) |
Set the process scheduling priority,
| int ngcbPrio = 1 |
Global flag to apply priority setting