OAR

RTEMS 4.0.0 On-Line Library


pthread_key_create

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

5.4.1: pthread_key_create

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-1998 OAR Corporation