24 void _RTEMS_Lock_allocator(
void )
29 void _RTEMS_Unlock_allocator(
void )
34 bool _RTEMS_Allocator_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.
#define API_MUTEX_INITIALIZER(name)
Statically initialize an API mutex.
void _API_Mutex_Unlock(API_Mutex_Control *mutex)
Releases the specified API mutex.
Control block used to manage each API mutex.