RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
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
h
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
psignal.h
Go to the documentation of this file.
1
9
/*
10
* COPYRIGHT (c) 1989-2011.
11
* On-Line Applications Research Corporation (OAR).
12
*
13
* The license and distribution terms for this file may be
14
* found in the file LICENSE in this distribution or at
15
* http://www.rtems.org/license/LICENSE.
16
*/
17
18
#ifndef _RTEMS_POSIX_PSIGNAL_H
19
#define _RTEMS_POSIX_PSIGNAL_H
20
21
#include <sys/signal.h>
22
23
#include <
rtems/score/chain.h
>
24
25
/*
26
* POSIX internal siginfo structure
27
*/
28
29
typedef
struct
{
30
Chain_Node
Node;
31
siginfo_t Info;
32
}
POSIX_signals_Siginfo_node
;
33
34
extern
const
uint32_t _POSIX_signals_Maximum_queued_signals;
35
36
extern
POSIX_signals_Siginfo_node
_POSIX_signals_Siginfo_nodes[];
37
38
#endif
39
/* end of file */
Chain_Node_struct
Definition:
chain.h:68
chain.h
Chain Handler API.
POSIX_signals_Siginfo_node
Definition:
psignal.h:29
Generated by
1.8.15