OAR

RTEMS 4.0.0 On-Line Library


pthread_attr_setschedpolicy

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.13: pthread_attr_setschedpolicy

CALLING SEQUENCE:

#include <pthread.h>

int pthread_attr_setschedpolicy(
  pthread_attr_t  *attr,
  int              policy
);

STATUS CODES:

EINVAL
The attribute pointer argument is invalid.
EINVAL
The attribute set is not initialized.
ENOTSUP
The specified scheduler policy argument is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation