RTEMS 4.5.0 On-Line Library
Key Manager pthread_key_create - Create Thread Specific Data Key
RTEMS POSIX API User's Guide
18.4.1: pthread_key_create - Create Thread Specific Data Key
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_key_create(
pthread_key_t *key,
void (*destructor)( void )
);
STATUS CODES:
- EAGAIN
-
There were not enough resources available to create another key.
- ENOMEM
-
Insufficient memory exists to create the key.
RTEMS POSIX API User's Guide
Copyright © 1988-2000 OAR Corporation