RTEMS Logo

RTEMS 4.9.2 On-Line Library


Chains Prepend a Node (unprotected)

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.19: Prepend a Node (unprotected)

CALLING SEQUENCE:

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

RETURNS

Returns nothing.

DESCRIPTION:

This routine prepends a node to the front of the chain.

NOTES:

Interrupts are NOT disabled during the prepend to ensure the atomicity of the operation.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation