zephyr/lib/os
Andrew Boie db84a76379 lib: os: remove dead code
If multithreading is disabled, thread_entry() never runs
since we cannot create threads; the non-multithreading case
was simply dead code.

Indicate to code coverage that CODE_UNREACHABLE should be
skipped.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-06-18 09:08:01 -04:00
..
assert.c
base64.c
CMakeLists.txt
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
fdtable.c
json.c
Kconfig
mempool.c
mutex.c
printk.c printk: make it 64-bit compatible 2019-06-17 10:28:44 -07:00
rb.c
ring_buffer.c
thread_entry.c lib: os: remove dead code 2019-06-18 09:08:01 -04:00
work_q.c