38#ifndef _RTEMS_POSIX_PTHREAD_H
39#define _RTEMS_POSIX_PTHREAD_H
64 void *(*thread_entry)(
void *);
69extern 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:49
Thread_Information _POSIX_Threads_Information
This header file provides interfaces of the Thread Handler which are used by the implementation and t...
int stack_size
Definition: pthread.h:66
POSIX Thread API Support.