sched.h File Reference

#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  {
  SCHED_OTHER = 0, SCHED_FIFO, SCHED_RR, SCHED_MIN = SCHED_OTHER,
  SCHED_MAX = SCHED_RR
}

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 Documentation

#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 )

Typedef Documentation

typedef int pid_t

Enumeration Type Documentation

anonymous enum
Enumerator:
SCHED_OTHER 
SCHED_FIFO 
SCHED_RR 
SCHED_MIN 
SCHED_MAX 

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   ) 

Generated on Thu Aug 12 16:37:42 2010 for SimTKcore by  doxygen 1.6.1