zephyr/subsys/net/l2
Damian Krolik 62a5179b7b openthread: add openthread_api_mutex_try_lock()
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>
2020-10-20 16:39:22 +03:00
..
bluetooth shell: examples cleanup 2020-09-29 10:48:47 +02:00
canbus
dummy
ethernet net: ethernet: Check IPv4 multicast pkt using util function 2020-09-30 14:31:13 +03:00
ieee802154 shell: examples cleanup 2020-09-29 10:48:47 +02:00
openthread openthread: add openthread_api_mutex_try_lock() 2020-10-20 16:39:22 +03:00
ppp net: ppp: Ensure IPCP address is always removed 2020-10-19 18:29:02 +02:00
wifi shell: examples cleanup 2020-09-29 10:48:47 +02:00
CMakeLists.txt
Kconfig