RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
once.c File Reference
#include <rtems/score/onceimpl.h>
#include <rtems/score/apimutex.h>
#include <errno.h>
Include dependency graph for once.c:

Macros

#define ONCE_STATE_NOT_RUN   0
 
#define ONCE_STATE_RUNNING   1
 
#define ONCE_STATE_COMPLETE   2
 

Functions

int _Once (int *once_state, void(*init_routine)(void))