RTEMS CPU Kit with SuperCore  4.11.3
Functions
chainappendempty.c File Reference

_Chain_Append_with_empty_check() implementation. More...

#include <rtems/system.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/isr.h>
Include dependency graph for chainappendempty.c:

Functions

bool _Chain_Append_with_empty_check (Chain_Control *chain, Chain_Node *node)
 Append a node and check if the chain was empty before. More...
 

Detailed Description

_Chain_Append_with_empty_check() implementation.