mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 11:45:47 +00:00
Existing openthread_api_mutex_lock()/unlock() functions are crucial to assure thread safety of an application which needs to use OT API directly, but some applications may also require a non-blocking version of the former for less critical OT-related tasks. Add openthread_api_mutex_try_lock() which never waits and exits immediately if the mutex is held by another thread. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no> |
||
---|---|---|
.. | ||
bluetooth | ||
canbus | ||
dummy | ||
ethernet | ||
ieee802154 | ||
openthread | ||
ppp | ||
wifi | ||
CMakeLists.txt | ||
Kconfig |