RTEMS
5.0.0
cpukit
include
rtems
posix
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
*);
46
int
stack_size
;
47
}
posix_initialization_threads_table
;
48
49
extern
posix_initialization_threads_table
*
const
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 */
posix_initialization_threads_table::stack_size
int stack_size
Definition:
config.h:46
posix_initialization_threads_table
Definition:
config.h:42
Generated by
1.8.13