RTEMS Logo

RTEMS 4.9.1 On-Line Library


Key Manager pthread_key_create - Create Thread Specific Data Key

PREV UP NEXT Bookshelf 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.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation