void rtems_chain_insert( rtems_chain_node *after_node, rtems_chain_node *the_node );
Returns nothing.
This routine inserts a node on a chain immediately following the specified node.
Interrupts are disabled during the insert to ensure the atomicity of the operation.
Copyright © 1988-2008 OAR Corporation