RTEMS  5.1
Functions
chainprependnotify.c File Reference

rtems_chain_prepend_with_notification() implementation. More...

#include <rtems/chain.h>

Functions

rtems_status_code rtems_chain_prepend_with_notification (rtems_chain_control *chain, rtems_chain_node *node, rtems_id task, rtems_event_set events)
 Prepends the node to the chain and sends the events to the task if the chain was empty before the prepend. More...
 

Detailed Description

rtems_chain_prepend_with_notification() implementation.