RTEMS
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 
25  const Scheduler_Control *scheduler,
26  Scheduler_Node *node
27 )
28 {
29  (void) scheduler;
30  (void) node;
31 }
void _Scheduler_default_Node_destroy(const Scheduler_Control *scheduler, Scheduler_Node *node)
Does nothing.
Scheduler control.
Definition: scheduler.h:264
Scheduler node for per-thread data.
Definition: schedulernode.h:79
Constants and Structures Associated with the Scheduler.