RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Functions
threadsup.h File Reference

POSIX Thread API Support. More...

#include <rtems/score/coresem.h>
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
#include <rtems/score/watchdog.h>
#include <pthread.h>
#include <signal.h>
Include dependency graph for threadsup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  POSIX_API_Control
 This defines the POSIX API support structure associated with each thread in a system with POSIX configured. More...
 

Functions

void _POSIX_Thread_Exit (Thread_Control *the_thread, void *value_ptr)
 POSIX thread exit shared helper. More...
 

Detailed Description

POSIX Thread API Support.

This defines the POSIX thread API extension.