HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
p
pthread_getschedparam(3T) pthread_getschedparam(3T)
(Pthread Library)
[ESRCH] No thread could be found corresponding to thread.
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.
HP-UX Release 11i: December 2000 2 Section 3679
___
___