RTEMS
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.14