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
libmisc
cpuuse
cpuuseimpl.h
1
/*
2
* COPYRIGHT (c) 1989-2011.
3
* On-Line Applications Research Corporation (OAR).
4
*
5
* The license and distribution terms for this file may be
6
* found in the file LICENSE in this distribution or at
7
* http://www.rtems.org/license/LICENSE.
8
*/
9
10
#ifndef __RTEMS_CPUUSEIMPL_h
11
#define __RTEMS_CPUUSEIMPL_h
12
13
#include <
rtems/score/timestamp.h
>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
extern
Timestamp_Control
CPU_usage_Uptime_at_last_reset;
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
26
/* end of include file */
Timestamp_Control
int64_t Timestamp_Control
Definition:
timestamp.h:57
timestamp.h
Helpers for Manipulating Timestamps.
Generated by
1.8.15