RTEMS Logo

RTEMS 4.9.2 On-Line Library


Chains Append a Node (unprotected)

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.17: Append a Node (unprotected)

CALLING SEQUENCE:

void rtems_chain_append_unprotected(
  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 NOT disabled during the append to ensure the atomicity of the operation.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation