RTEMS CPU Kit with SuperCore
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/config.h>
23 #include <rtems/posix/threadsup.h>
24 #include <rtems/score/thread.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
47 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif
55 /* end of include file */
POSIX Thread API Support.
Constants and Structures Related with the Thread Control Block.
User Defined Configuration Parameters Specific For The POSIX API.
void _POSIX_Threads_Initialize_user_threads_body(void)
POSIX threads initialize user threads body.
Definition: pthreadinitthreads.c:39