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
include
rtems
score
coresem.h
Go to the documentation of this file.
1
14
/*
15
* COPYRIGHT (c) 1989-2008.
16
* On-Line Applications Research Corporation (OAR).
17
*
18
* The license and distribution terms for this file may be
19
* found in the file LICENSE in this distribution or at
20
* http://www.rtems.org/license/LICENSE.
21
*/
22
23
#ifndef _RTEMS_SCORE_CORESEM_H
24
#define _RTEMS_SCORE_CORESEM_H
25
26
#include <
rtems/score/threadq.h
>
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
48
typedef
struct
{
52
Thread_queue_Control
Wait_queue
;
53
55
uint32_t
count
;
56
}
CORE_semaphore_Control
;
57
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
65
/* end of include file */
CORE_semaphore_Control
Definition:
coresem.h:48
Thread_queue_Control
Definition:
threadq.h:552
threadq.h
Constants and Structures Needed to Declare a Thread Queue.
CORE_semaphore_Control::Wait_queue
Thread_queue_Control Wait_queue
Definition:
coresem.h:52
CORE_semaphore_Control::count
uint32_t count
Definition:
coresem.h:55
Generated by
1.8.15