|
dRonin
adbada4
dRonin firmware
|
#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Macros | |
| #define | PIOS_MUTEX_TIMEOUT_MAX 0xffffffff |
Functions | |
| struct pios_mutex * | PIOS_Mutex_Create (void) |
| bool | PIOS_Mutex_Lock (struct pios_mutex *mtx, uint32_t timeout_ms) |
| bool | PIOS_Mutex_Unlock (struct pios_mutex *mtx) |
| struct pios_recursive_mutex * | PIOS_Recursive_Mutex_Create (void) |
| bool | PIOS_Recursive_Mutex_Lock (struct pios_recursive_mutex *mtx, uint32_t timeout_ms) |
| bool | PIOS_Recursive_Mutex_Unlock (struct pios_recursive_mutex *mtx) |
Definition in file pios_mutex.h.