void rtems_chain_append_unprotected( rtems_chain_control *the_chain, rtems_chain_node *the_node );
Returns nothing.
This routine appends a node to the end of a chain.
Interrupts are NOT disabled during the append to ensure the atomicity of the operation.
Copyright © 1988-2008 OAR Corporation