29 previous_thread_life_state =
32 _Mutex_recursive_Acquire( &the_mutex->
Mutex );
34 if ( the_mutex->
Mutex._nest_level == 0 ) {
Thread_Life_state
Thread life states.
Thread_Life_state _Thread_Set_life_protection(Thread_Life_state state)
Set the thread to life protected.
void _API_Mutex_Lock(API_Mutex_Control *the_mutex)
Acquires the specified API mutex.
Thread_Life_state previous_thread_life_state
The thread life protection state before the outer-most mutex obtain.
Inlined Routines from the Thread Handler.
Control block used to manage each API mutex.
struct _Mutex_recursive_Control Mutex