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
schedulerpriorityschedule.c
Go to the documentation of this file.
1
9
/*
10
* Copyright (C) 2010 Gedare Bloom.
11
* Copyright (C) 2011 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/schedulerpriorityimpl.h
>
23
24
void
_Scheduler_priority_Schedule
(
25
const
Scheduler_Control
*scheduler,
26
Thread_Control
*the_thread
27
)
28
{
29
_Scheduler_priority_Schedule_body
( scheduler, the_thread,
false
);
30
}
schedulerpriorityimpl.h
Inlined Routines Associated with the Manipulation of the Priority-Based Scheduling Structures...
_Thread_Control
Definition:
thread.h:725
_Scheduler_priority_Schedule
void _Scheduler_priority_Schedule(const Scheduler_Control *scheduler, Thread_Control *the_thread)
Sets the heir thread to be the next ready thread.
Definition:
schedulerpriorityschedule.c:24
_Scheduler_priority_Schedule_body
static __inline__ void _Scheduler_priority_Schedule_body(const Scheduler_Control *scheduler, Thread_Control *the_thread, bool force_dispatch)
Scheduling decision logic.
Definition:
schedulerpriorityimpl.h:228
_Scheduler_Control
Scheduler control.
Definition:
scheduler.h:264
Generated by
1.8.14