zephyr/lib/os
Krzysztof Chruscinski 9502b8b80b lib: os: ring_buffer: Fix not handled return value
Some function return values were not handled. Added assert in case
those functions return error. It is possible only if same ring buffer
instance is used without any protection from multiple contexts.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-03-14 08:40:18 +01:00
..
assert.c
base64.c
CMakeLists.txt
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
fdtable.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
json.c
Kconfig
mempool.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
printk.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
rb.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
ring_buffer.c lib: os: ring_buffer: Fix not handled return value 2019-03-14 08:40:18 +01:00
thread_entry.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
work_q.c