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
rtems
signalimpl.h
Go to the documentation of this file.
1
9
/* COPYRIGHT (c) 1989-2008.
10
* On-Line Applications Research Corporation (OAR).
11
*
12
* The license and distribution terms for this file may be
13
* found in the file LICENSE in this distribution or at
14
* http://www.rtems.org/license/LICENSE.
15
*/
16
17
#ifndef _RTEMS_RTEMS_SIGNALIMPL_H
18
#define _RTEMS_RTEMS_SIGNALIMPL_H
19
20
#include <
rtems/rtems/signal.h
>
21
#include <
rtems/score/thread.h
>
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
34
void
_Signal_Action_handler(
35
Thread_Control
*executing,
36
Thread_Action
*action,
37
ISR_lock_Context
*lock_context
38
);
39
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#if defined(RTEMS_MULTIPROCESSING)
47
#include <
rtems/rtems/signalmp.h
>
48
#endif
49
50
#endif
51
/* end of include file */
signal.h
Signals API.
_Thread_Control
Definition:
thread.h:732
Thread_Action
Thread action.
Definition:
thread.h:640
signalmp.h
Signal MP Support.
ISR_lock_Context
Local ISR lock context for acquire and release pairs.
Definition:
isrlock.h:65
thread.h
Constants and Structures Related with the Thread Control Block.
Generated by
1.8.15