OAR

RTEMS 4.0.0 On-Line Library


pthread_getschedparam

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.25: pthread_getschedparam

CALLING SEQUENCE:

#include <pthread.h>

int pthread_getschedparam(
  pthread_t           thread,
  int                *policy,
  struct sched_param *param
);

STATUS CODES:

EINVAL
The policy pointer argument is invalid.
EINVAL
The scheduling parameters pointer argument is invalid.
ESRCH
The thread indicated by the parameter thread is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation