19#ifndef _RTEMS_POSIX_PTHREAD_H
20#define _RTEMS_POSIX_PTHREAD_H
45 void *(*thread_entry)(
void *);
50extern 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.
void _POSIX_Threads_Initialize_user_thread(void)
System initialization handler to create the first user POSIX thread.
Definition: pthreadinitthreads.c:30
Thread_Information _POSIX_Threads_Information
Constants and Structures Related with the Thread Control Block.
int stack_size
Definition: pthread.h:47
POSIX Thread API Support.