RTEMS
Main Page
Related Pages
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
b
c
g
m
p
r
s
t
u
v
+
Variables
_
b
c
r
+
Typedefs
b
c
f
h
i
o
p
r
s
t
u
w
+
Enumerations
c
h
i
m
o
p
r
s
t
w
+
Enumerator
c
h
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
score
src
schedulerdefaultnodedestroy.c
Go to the documentation of this file.
1
9
/*
10
* COPYRIGHT (c) 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
#ifdef HAVE_CONFIG_H
19
#include "config.h"
20
#endif
21
22
#include <
rtems/score/scheduler.h
>
23
24
void
_Scheduler_default_Node_destroy
(
25
const
Scheduler_Control
*scheduler,
26
Scheduler_Node
*node
27
)
28
{
29
(void) scheduler;
30
(void) node;
31
}
_Scheduler_default_Node_destroy
void _Scheduler_default_Node_destroy(const Scheduler_Control *scheduler, Scheduler_Node *node)
Does nothing.
Definition:
schedulerdefaultnodedestroy.c:24
_Scheduler_Control
Scheduler control.
Definition:
scheduler.h:264
Scheduler_Node
Scheduler node for per-thread data.
Definition:
schedulernode.h:79
scheduler.h
Constants and Structures Associated with the Scheduler.
Generated by
1.8.14