This API should not be used by applications, since it may not be supported by all MMOSAL implementations.
◆ MMOSAL_DEPRECATED_API_ENABLED
| #define MMOSAL_DEPRECATED_API_ENABLED (1) |
Default to enabling deprecated API for backwards compatibility.
Set this to 0 to remove deprecated API declarations.
Definition at line 1060 of file mmosal.h.
◆ mmosal_task_join()
| void mmosal_task_join |
( |
struct mmosal_task * |
task | ) |
|
Block until the given task has terminated.
- Parameters
-
| task | Handle of the task to wait for. |
- Note
- With FreeRTOS deleted tasks will not be cleaned up until the idle task runs.
◆ mmosal_task_notify()
| void mmosal_task_notify |
( |
struct mmosal_task * |
task | ) |
|
◆ mmosal_task_notify_from_isr()
| void mmosal_task_notify_from_isr |
( |
struct mmosal_task * |
task | ) |
|
◆ mmosal_task_wait_for_notification()
| bool mmosal_task_wait_for_notification |
( |
uint32_t |
timeout_ms | ) |
|