RTEMS Logo

RTEMS 4.10.2 On-Line Library


Thread Manager pthread_attr_getinheritsched - Get Inherit Scheduler Flag

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

17.4.12: pthread_attr_getinheritsched - Get Inherit Scheduler Flag

CALLING SEQUENCE:

#include <pthread.h>

int pthread_attr_getinheritsched(
  const pthread_attr_t *attr,
  int                  *inheritsched
);

STATUS CODES:

EINVAL
The attribute pointer argument is invalid.
EINVAL
The attribute set is not initialized.
EINVAL
The inheritsched pointer argument is invalid.

DESCRIPTION:

The pthread_attr_getinheritsched routine is used to object the current value of the inherit scheduler field in the thread attribute object attr.

NOTES:

As required by POSIX, RTEMS defines the feature symbol _POSIX_THREAD_PRIORITY_SCHEDULING to indicate that the family of routines to which this routine belongs is supported.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation