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