Multithreaded Programming Guide

pthread_attr_init Return Values

pthread_attr_init() returns zero after completing successfully. Any other return value indicates that an error occurred. If the following condition occurs, the function fails and returns the corresponding value.


ENOMEM

Description:

Returned when not enough memory is allocated to initialize the thread attributes object.