#include <errno.h>
Go to the source code of this file.
Classes | |
struct | sched_param |
Defines | |
#define | PTW32_LEVEL_MAX 3 |
#define | PTW32_LEVEL PTW32_LEVEL_MAX |
#define | PTW32_DLLPORT __declspec (dllimport) |
#define | sched_rr_get_interval(_pid, _interval) ( errno = ENOTSUP, (int) -1 ) |
Typedefs | |
typedef int | pid_t |
Enumerations | |
enum | |
Functions | |
PTW32_DLLPORT int __cdecl | sched_yield (void) |
PTW32_DLLPORT int __cdecl | sched_get_priority_min (int policy) |
PTW32_DLLPORT int __cdecl | sched_get_priority_max (int policy) |
PTW32_DLLPORT int __cdecl | sched_setscheduler (pid_t pid, int policy) |
PTW32_DLLPORT int __cdecl | sched_getscheduler (pid_t pid) |
#define sched_rr_get_interval | ( | _pid, | |||
_interval | ) | ( errno = ENOTSUP, (int) -1 ) |
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 | ) |