RTEMS
5.0.0
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