pthread_attr_init.3t (2010 09)

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.
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010