29 #ifndef _RTEMS_RTEMS_BARRIER_H 30 #define _RTEMS_RTEMS_BARRIER_H 86 uint32_t maximum_waiters,
Constants and Structures Associated with the Object Handler.
rtems_status_code rtems_barrier_release(rtems_id id, uint32_t *released)
RTEMS Barrier Release.
Definition: barrierrelease.c:42
uint32_t rtems_attribute
This defines the type used to contain Classic API attributes.
Definition: attr.h:44
Objects_Control Object
This is used to manage a barrier as an object.
Definition: barrier.h:57
The following defines the Object Control Block used to manage each object local to this node...
Definition: object.h:232
Objects_Id rtems_id
Used to manage and manipulate RTEMS object identifiers.
Definition: types.h:80
rtems_status_code rtems_barrier_ident(rtems_name name, rtems_id *id)
RTEMS Barrier name to Id.
Definition: barrierident.c:27
rtems_attribute attribute_set
This is used to specify the attributes of a barrier.
Definition: barrier.h:59
Watchdog_Interval rtems_interval
Used to manage and manipulate intervals specified by clock ticks.
Definition: types.h:119
rtems_status_code rtems_barrier_wait(rtems_id id, rtems_interval timeout)
RTEMS Barrier Wait.
Definition: barrierwait.c:27
rtems_status_code rtems_barrier_create(rtems_name name, rtems_attribute attribute_set, uint32_t maximum_waiters, rtems_id *id)
RTEMS Create Barrier.
Definition: barriercreate.c:46
rtems_status_code
Classic API Status.
Definition: status.h:46
uint32_t rtems_name
Classic API object name type.
Definition: types.h:74
Constants and Structures Associated with the Barrier Handler.
This type defines the control block used to manage each barrier.
Definition: barrier.h:55
CORE_barrier_Control Barrier
This is used to implement the barrier.
Definition: barrier.h:61
The following defines the control block used to manage each barrier.
Definition: corebarrier.h:70
rtems_status_code rtems_barrier_delete(rtems_id id)
RTEMS Delete Barrier.
Definition: barrierdelete.c:24