56 int _Once(
unsigned char *once_state,
void ( *init_routine )(
void ) );
Thread_Life_state _Once_Lock(void)
Locks the Once_Information_Mutex and returns the thread life state.
Definition: once.c:85
int _Once(unsigned char *once_state, void(*init_routine)(void))
Reacts according to the state of once_state.
Definition: once.c:53
Thread_Life_state
Thread life states.
Definition: thread.h:679
void _Once_Unlock(Thread_Life_state thread_life_state)
Unlocks the Once_Information_Mutex and sets the thread life protection to thread_life_state.
Definition: once.c:95
Constants and Structures Related with the Thread Control Block.