RTEMS  5.1
Data Structures | Functions | Variables
pthread.h File Reference

POSIX Threads Private Support. More...

#include <rtems/posix/threadsup.h>
#include <rtems/score/thread.h>

Go to the source code of this file.

Data Structures

struct  posix_initialization_threads_table
 

Functions

void _POSIX_Threads_Initialize_user_thread (void)
 System initialization handler to create the first user POSIX thread.
 

Variables

const size_t _POSIX_Threads_Minimum_stack_size
 
const posix_initialization_threads_table _POSIX_Threads_User_thread_table
 Initialization table for the first user POSIX thread. More...
 
Thread_Information _POSIX_Threads_Information
 

Detailed Description

POSIX Threads Private Support.

This include file contains all the private support information for POSIX threads.