RTEMS CPU Kit with SuperCore
Functions
chaingetempty.c File Reference

_Chain_Get_with_empty_check() implementation. More...

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

Functions

bool _Chain_Get_with_empty_check (Chain_Control *chain, Chain_Node **node)
 Get the first node and check if the chain is empty afterwards. More...
 

Detailed Description

_Chain_Get_with_empty_check() implementation.