HP-UX Reference (11i v2 04/09) - 3 Library Functions N-Z (vol 7)

p
pthread_getschedparam(3T) pthread_getschedparam(3T)
(Pthread Library)
For each of the following conditions, if the condition is detected, the
pthread_getschedparam()
function returns the corresponding error number:
[ESRCH] No thread could be found corresponding to thread .
[EINVAL] The value specified by policy or param is invalid.
NOTES
For the
SCHED_FIFO and SCHED_RR
scheduling policies, only the sched_priority member of the
sched_param structure is required in the associated scheduling parameters. All other scheduling policies
have implementation-defined scheduling policies. Refer to the documentation for rtsched(2) and
<
sched.h> for further information on implementation-defined scheduling policies.
AUTHOR
pthread_getschedparam()
and pthread_setschedparam()
were derived from the IEEE
POSIX P1003.1c standard.
SEE ALSO
pthread_attr_setschedparam(3T), pthread_attr_setschedpolicy(3T), pthread_attr_getschedparam(3T),
pthread_attr_getschedpolicy(3T), rtsched(2).
STANDARDS CONFORMANCE
pthread_getschedparam()
: POSIX 1003.1c.
pthread_setschedparam()
: POSIX 1003.1c.
Section 3788 Hewlett-Packard Company 2 HP-UX 11i Version 2: September 2004