RTEMS  5.1
Functions
chaingetwait.c File Reference

rtems_chain_get_with_wait() implementation. More...

#include <rtems/chain.h>

Functions

rtems_status_code rtems_chain_get_with_wait (rtems_chain_control *chain, rtems_event_set events, rtems_interval timeout, rtems_chain_node **node_ptr)
 Gets the first node of the chain and sends the events to the task if the chain is empty afterwards. More...
 

Detailed Description

rtems_chain_get_with_wait() implementation.