RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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