#include <errno.h>
Ir al código fuente de este archivo.
Documentación de los 'defines'
#define PTW32_DLLPORT __declspec (dllimport) |
#define PTW32_LEVEL PTW32_LEVEL_MAX |
#define PTW32_LEVEL_MAX 3 |
#define sched_rr_get_interval |
( |
|
_pid, |
|
|
|
_interval |
|
) |
| ( errno = ENOTSUP, (int) -1 ) |
Documentación de los 'typedefs'
Documentación de las enumeraciones
- Valores de enumeraciones:
SCHED_OTHER |
|
SCHED_FIFO |
|
SCHED_RR |
|
SCHED_MIN |
|
SCHED_MAX |
|
Documentación de las funciones
PTW32_DLLPORT int __cdecl sched_get_priority_max |
( |
int |
policy | ) |
|
PTW32_DLLPORT int __cdecl sched_get_priority_min |
( |
int |
policy | ) |
|
PTW32_DLLPORT int __cdecl sched_getscheduler |
( |
pid_t |
pid | ) |
|
PTW32_DLLPORT int __cdecl sched_setscheduler |
( |
pid_t |
pid, |
|
|
int |
policy |
|
) |
| |
PTW32_DLLPORT int __cdecl sched_yield |
( |
void |
| ) |
|