RTEMS  5.0.0
Files | Functions
Once Functions.

The _Once() function for pthread_once() and rtems_gxx_once(). More...

Files

file  onceimpl.h
 Once API.
 

Functions

int _Once (unsigned char *once_state, void(*init_routine)(void))
 
Thread_Life_state _Once_Lock (void)
 
void _Once_Unlock (Thread_Life_state thread_life_state)
 

Detailed Description

The _Once() function for pthread_once() and rtems_gxx_once().