RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
chainappendnotify.c File Reference

This source file contains the implementation of rtems_chain_append_with_notification(). More...

#include <rtems/chain.h>

Functions

rtems_status_code rtems_chain_append_with_notification (rtems_chain_control *chain, rtems_chain_node *node, rtems_id task, rtems_event_set events)
 Appends the node to the chain and sends the events to the task if the chain was empty before the append.
 

Detailed Description

This source file contains the implementation of rtems_chain_append_with_notification().