#include <pthread.h> int pthread_attr_getinheritsched( const pthread_attr_t *attr, int *inheritsched );
The pthread_attr_getinheritsched
routine is used to
object the current value of the inherit scheduler field in
the thread attribute object attr
.
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.
Copyright © 1988-2000 OAR Corporation