$search

sched.h File Reference

#include <errno.h>
Include dependency graph for sched.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sched_param

Defines

#define PTW32_DLLPORT   __declspec (dllimport)
#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 Documentation

#define PTW32_DLLPORT   __declspec (dllimport)

Definition at line 83 of file sched.h.

#define PTW32_LEVEL_MAX   3

Definition at line 61 of file sched.h.

#define sched_rr_get_interval ( _pid,
_interval   )     ( errno = ENOTSUP, (int) -1 )

Definition at line 166 of file sched.h.


Typedef Documentation

typedef int pid_t

Definition at line 124 of file sched.h.


Enumeration Type Documentation

anonymous enum
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   ) 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:20 2013