OAR

RTEMS 4.0.0 On-Line Library


pthread_setspecific

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

5.4.3: pthread_setspecific

CALLING SEQUENCE:

#include <pthread.h>

int pthread_setspecific(
  pthread_key_t  key,
  const void    *value
);

STATUS CODES:

EINVAL
The specified key is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation