![]() |
![]() |
TI-OpenThread
1.08.03.09
|
This file contains the implementation of the stack protective mutex.
Functions | |
void | OtRtosApi_init (void) |
void | OtRtosApi_lock (void) |
void | OtRtosApi_unlock (void) |
Variables | |
static sem_t | OtRtosApi_sem |
void OtRtosApi_init | ( | void | ) |
Initialize the RTOS mutex protecting the OpenThread APIs.
Documented in ot_rtos_api.h.
References OtRtosApi_sem.
void OtRtosApi_lock | ( | void | ) |
void OtRtosApi_unlock | ( | void | ) |
|
static |
Referenced by OtRtosApi_init(), OtRtosApi_lock(), and OtRtosApi_unlock().