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

_Chain_Prepend_with_empty_check() implementation. More...

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

Functions

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

Detailed Description

_Chain_Prepend_with_empty_check() implementation.