zephyr/subsys
Robert Lubos fddeb59911 net: lwm2m: Protect send() calls with a mutex
Although LwM2M engine uses cooperative threads, the internal `send()`
implementation might trigger context switch when it calls a kernel
function, therefore resulting in `send()` call being entered from both
the LwM2M thread and the retransmit work.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-07-14 13:04:37 +02:00
..
bluetooth Bluetooth: controller: Add missing aux acquire on periodic adv 2020-07-14 12:52:41 +02:00
canbus
console
cpp
debug
dfu config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
disk disk: Remove unused variables in nxp usdhc driver 2020-07-09 07:56:44 -05:00
fb
fs
jwt
logging
mgmt
net net: lwm2m: Protect send() calls with a mutex 2020-07-14 13:04:37 +02:00
power
random random: Add syscalls for random subsystem 2020-07-08 21:05:36 -04:00
settings
shell
stats
storage
testsuite
tracing
usb usb: Correct logging level in Audio class. 2020-07-07 19:28:14 -04:00
CMakeLists.txt
Kconfig