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

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

#include <rtems/chain.h>

Functions

rtems_status_code rtems_chain_get_with_notification (rtems_chain_control *chain, rtems_id task, rtems_event_set events, rtems_chain_node **node)
 Gets the first node of the chain and sends the events to the task if the chain is empty after the get.
 

Detailed Description

This source file contains the implementation of rtems_chain_get_with_notification().