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_attr_init(3T) pthread_attr_init(3T)
(Pthread Library)
ERRORS
If any of the following occur, the pthread_attr_init() function returns the corresponding error
number:
[ENOMEM] There is insufficient memory available in which to initialize the pthread attributes
object.
[EINVAL] The value specified by attr is invalid.
If any of the following occur, the pthread_attr_destroy() function returns the corresponding error
number:
[EINVAL] The value specified by attr is invalid.
AUTHOR
pthread_attr_init() and pthread_attr_destroy() were derived from the IEEE POSIX
P1003.1c standard.
SEE ALSO
pthread_create(3T).
STANDARDS CONFORMANCE
pthread_attr_init()
: POSIX 1003.1c.
pthread_attr_destroy()
: POSIX 1003.1c.
Section 3−−654 − 2 − HP-UX Release 11i: December 2000
___
___