RTEMS
|
API Mutex Handler API. More...
Go to the source code of this file.
Classes | |
struct | API_Mutex_Control |
Control block used to manage each API mutex. More... | |
Macros | |
#define | API_MUTEX_INITIALIZER(name) { _MUTEX_RECURSIVE_NAMED_INITIALIZER( name ), 0 } |
Statically initialize an API mutex. | |
Functions | |
void | _API_Mutex_Lock (API_Mutex_Control *mutex) |
Acquires the specified API mutex. More... | |
void | _API_Mutex_Unlock (API_Mutex_Control *mutex) |
Releases the specified API mutex. More... | |
bool | _API_Mutex_Is_owner (const API_Mutex_Control *mutex) |
Checks if the specified API mutex is owned by the executing thread. More... | |
void | _RTEMS_Lock_allocator (void) |
void | _RTEMS_Unlock_allocator (void) |
bool | _RTEMS_Allocator_is_owner (void) |
API Mutex Handler API.
Definition in file apimutex.h.