#include <errno.h>
Go to the source code of this file.
Classes | |
struct | sched_param |
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 ) |
Typedefs | |
typedef int | pid_t |
Enumerations | |
enum | { SCHED_OTHER = 0, SCHED_FIFO, SCHED_RR, SCHED_MIN = SCHED_OTHER, SCHED_MAX = SCHED_RR } |
Functions | |
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) |
#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 ) |
anonymous enum |
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 | ) |