RTEMS CPU Kit with SuperCore
Functions
keygetspecific.c File Reference

Thread-Specific Data Management. More...

#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <string.h>
#include <rtems/system.h>
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
#include <rtems/score/rbtree.h>
#include <rtems/posix/keyimpl.h>
Include dependency graph for keygetspecific.c:

Functions

void * pthread_getspecific (pthread_key_t key)
 

Detailed Description

Thread-Specific Data Management.