Multithreaded Programming Guide

Return Values

pthread_key_create() returns zero after completing successfully. Any other return value indicates that an error occurred. When any of the following conditions occur, pthread_key_create() fails and returns the corresponding value.


EAGAIN

The key name space is exhausted.


ENOMEM

Not enough virtual memory is available in this process to create a new key.