Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Enumeraciones | Funciones
Referencia del Archivo src/pthreads/sched.h
#include <errno.h>

Ir al código fuente de este archivo.

Clases

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

Enumeraciones

enum  {
  SCHED_OTHER = 0, SCHED_FIFO, SCHED_RR, SCHED_MIN = SCHED_OTHER,
  SCHED_MAX = SCHED_RR
}

Funciones

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)

Documentación de los '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 )

Documentación de los 'typedefs'

typedef int pid_t

Documentación de las enumeraciones

anonymous enum
Valores de enumeraciones:
SCHED_OTHER 
SCHED_FIFO 
SCHED_RR 
SCHED_MIN 
SCHED_MAX 

Documentación de las funciones

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  )
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'