38 #if defined(RTEMS_DEBUG) 39 bool _TOD_Is_owner(
void )
bool _API_Mutex_Is_owner(const API_Mutex_Control *mutex)
Checks if the specified API mutex is owned by the executing thread.
void _API_Mutex_Lock(API_Mutex_Control *mutex)
Acquires the specified API mutex.
TOD_Control _TOD
TOD Management information.
#define API_MUTEX_INITIALIZER(name)
Statically initialize an API mutex.
void _API_Mutex_Unlock(API_Mutex_Control *mutex)
Releases the specified API mutex.
void _TOD_Unlock(void)
Unlocks the time of day mutex.
Control block used to manage each API mutex.
void _TOD_Lock(void)
Locks the time of day mutex.