HP-UX Reference (11i v2 04/09) - 3 Library Functions N-Z (vol 7)
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), pthread_scope_options(5).
STANDARDS CONFORMANCE
pthread_attr_init()
: POSIX 1003.1c.
pthread_attr_destroy()
: POSIX 1003.1c.
HP-UX 11i Version 2: September 2004 − 2 − Hewlett-Packard Company Section 3−−763