commit | 3b4b7c3a37fcdf6076638ec3b1f207ceeee82caa | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Mon Apr 19 08:58:13 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Apr 29 14:50:35 2021 +0200 |
tree | 1555f89b97e4a27910b10b50dac746550d0da692 | |
parent | dd0715c770f21a78dca874a5353123d283c2586d [diff] |
kernel: mem_slab: Add support to no multithreading Mem_slab supports allocation with timeout which blocks the context if no slab is available. Updated to treat every timeout as K_NO_WAIT when multithreading is disabled. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>