RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
barriercreate.c File Reference

This source file contains the implementation of rtems_barrier_create() and the Barrier Manager system initialization. More...

#include <rtems/rtems/barrierimpl.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/support.h>
#include <rtems/rtems/attrimpl.h>
#include <rtems/score/isr.h>
#include <rtems/sysinit.h>

Functions

rtems_status_code rtems_barrier_create (rtems_name name, rtems_attribute attribute_set, uint32_t maximum_waiters, rtems_id *id)
 Creates a barrier.
 
 RTEMS_SYSINIT_ITEM (_Barrier_Manager_initialization, RTEMS_SYSINIT_CLASSIC_BARRIER, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

This source file contains the implementation of rtems_barrier_create() and the Barrier Manager system initialization.