RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Extract a Node

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.13: Extract a Node

CALLING SEQUENCE:

void rtems_chain_extract(
  rtems_chain_node *the_node
);

RETURNS

Returns nothing.

DESCRIPTION:

This routine extracts the node from the chain on which it resides.

NOTES:

Interrupts are disabled while extracting the node to ensure the atomicity of the operation.

Use rtems_chain_extract_unprotected() to avoid disabling of interrupts.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation