RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Does this Chain have only One Node ?

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.10: Does this Chain have only One Node ?

CALLING SEQUENCE:

bool rtems_chain_has_only_one_node(
  const rtems_chain_control *the_chain
);

RETURNS

This function returns true if there is only one node on the chain and false otherwise.

DESCRIPTION:

This function returns true if there is only one node on the chain and false otherwise.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation