RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
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
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
12
/*
13
* COPYRIGHT (c) 1989-2008.
14
* On-Line Applications Research Corporation (OAR).
15
*
16
* The license and distribution terms for this file may be
17
* found in the file LICENSE in this distribution or at
18
* http://www.rtems.org/license/LICENSE.
19
*/
20
21
#ifndef _RTEMS_SCORE_CORESEM_H
22
#define _RTEMS_SCORE_CORESEM_H
23
24
#include <
rtems/score/threadq.h
>
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
44
typedef
struct
{
48
Thread_queue_Control
Wait_queue
;
49
51
uint32_t
count
;
52
}
CORE_semaphore_Control
;
53
56
#ifdef __cplusplus
57
}
58
#endif
59
60
#endif
61
/* end of include file */
CORE_semaphore_Control
Definition:
coresem.h:44
Thread_queue_Control
Definition:
threadq.h:547
threadq.h
Constants and Structures Needed to Declare a Thread Queue.
CORE_semaphore_Control::Wait_queue
Thread_queue_Control Wait_queue
Definition:
coresem.h:48
CORE_semaphore_Control::count
uint32_t count
Definition:
coresem.h:51
Generated by
1.8.13