sched.h File Reference
#include <errno.h>
Go to the source code of this file.
Define Documentation
#define PTW32_DLLPORT __declspec (dllimport) |
#define PTW32_LEVEL_MAX 3 |
#define sched_rr_get_interval |
( |
_pid, |
|
|
_interval |
|
) |
( errno = ENOTSUP, (int) -1 ) |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
SCHED_OTHER |
|
SCHED_FIFO |
|
SCHED_RR |
|
SCHED_MIN |
|
SCHED_MAX |
|
Definition at line 129 of file sched.h.
Function Documentation
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 |
|
) |
|