RTEMS
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