RTEMS
5.0.0
|
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) |
The _Once() function for pthread_once() and rtems_gxx_once().