RTEMS  5.0.0
config.h
Go to the documentation of this file.
1 
10 /*
11  * COPYRIGHT (c) 1989-2014.
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_CONFIG_H
20 #define _RTEMS_POSIX_CONFIG_H
21 
22 #include <stdint.h>
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
42 typedef struct {
44  void *(*thread_entry)(void *);
48 
50  _Configuration_POSIX_Initialization_threads;
51 
52 extern const size_t _Configuration_POSIX_Initialization_thread_count;
53 
55 #ifdef __cplusplus
56 }
57 #endif
58 
59 #endif
60 /* end of include file */
int stack_size
Definition: config.h:46
Definition: config.h:42