RTEMS  5.0.0
pthread.h
Go to the documentation of this file.
1 
10 /*
11  * COPYRIGHT (c) 1989-2011.
12  * On-Line Applications Research Corporation (OAR).
13  *
14  * The license and distribution terms for this file may be
15  * found in the file LICENSE in this distribution or at
16  * http://www.rtems.org/license/LICENSE.
17  */
18 
19 #ifndef _RTEMS_POSIX_PTHREAD_H
20 #define _RTEMS_POSIX_PTHREAD_H
21 
22 #include <rtems/posix/threadsup.h>
23 #include <rtems/score/thread.h>
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
39 extern const size_t _Configuration_POSIX_Minimum_stack_size;
40 
48 
54 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif
62 /* end of include file */
POSIX Thread API Support.
The thread object information.
Definition: thread.h:975
void _POSIX_Threads_Initialize_user_threads_body(void)
POSIX threads initialize user threads body.
Definition: pthreadinitthreads.c:34
Thread_Information _POSIX_Threads_Information
Constants and Structures Related with the Thread Control Block.