HALFRED
0.4.0
|
OS mutex API. More...
OS mutex API.
HAL OS mutex API.
Go to the source code of this file.
Functions | |
OSMutex | OSMUTEX_Create (void) |
void | OSMUTEX_Destroy (OSMutex mutex) |
bool | OSMUTEX_IsValid (OSMutex mutex) |
void | OSMUTEX_Give (OSMutex mutex) |
int | OSMUTEX_Take (OSMutex mutex, OSTime timeout) |