void rtems_chain_extract( rtems_chain_node *the_node );
Returns nothing.
This routine extracts the node from the chain on which it resides.
Interrupts are disabled while extracting the node to ensure the atomicity of the operation.
Use rtems_chain_extract_unprotected()
to avoid disabling of
interrupts.
Copyright © 1988-2008 OAR Corporation