zephyr/lib/os
Pawel Dunaj 41e90630d7 lib: mempool: Synchronize level checks
Do not perform early level usage check. This can lead to situation
where block is seen as available on level when it was taken from
the other context.

Fixes: #14504

Signed-off-by: Pawel Dunaj <pawel.dunaj@nordicsemi.no>
2019-03-19 13:38:46 -05:00
..
assert.c misc: assert_post_action: Added __weak keyword. 2019-03-02 12:26:21 -05:00
base64.c
CMakeLists.txt misc: Add k_panic on assert 2019-02-02 15:58:33 -08:00
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 lib: mempool: Synchronize level checks 2019-03-19 13:38:46 -05: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