19 #ifndef _RTEMS_POSIX_PTHREAD_H 20 #define _RTEMS_POSIX_PTHREAD_H 45 void *(*thread_entry)(
void *);
50 extern const size_t _POSIX_Threads_Minimum_stack_size;
POSIX Thread API Support.
const posix_initialization_threads_table _POSIX_Threads_User_thread_table
Initialization table for the first user POSIX thread.
Thread_Information _POSIX_Threads_Information
int stack_size
Definition: pthread.h:47
Constants and Structures Related with the Thread Control Block.
void _POSIX_Threads_Initialize_user_thread(void)
System initialization handler to create the first user POSIX thread.
Definition: pthreadinitthreads.c:30