OAR

RTEMS 4.5.0 On-Line Library


Key Manager pthread_setspecific - Set Thread Specific Key Value

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

18.4.3: pthread_setspecific - Set Thread Specific Key Value

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