RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Append a Node

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.16: Append a Node

CALLING SEQUENCE:

void rtems_chain_append(
  rtems_chain_control *the_chain,
  rtems_chain_node    *the_node
);

RETURNS

Returns nothing.

DESCRIPTION:

This routine appends a node to the end of a chain.

NOTES:

Interrupts are disabled during the append to ensure the atomicity of the operation.

Use rtems_chain_append_unprotected() to avoid disabling of interrupts.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation