Returns the inherit schedule attribute.
#include <pthread.h>
int pthread_attr_getinheritsched (
const pthread_attr_t *attr,
int *inheritsched);
(IN) Points to the attribute structure for the thread.
(OUT) Points to the value for the inherit schedule attribute. This attribute can be set to one of the following values:
If successful, returns 0; otherwise, returns a nonzero error code:
NetWare does not allow a thread to inherit the scheduling attributes from the creating thread.