Multithreaded Programming Guide

pthread_rwlockattr_init Return Values

If successful, pthread_rwlockattr_init() returns zero. Otherwise, an error number is returned to indicate the error.


ENOMEM

Description:

Insufficient memory exists to initialize the read-write attributes object.