zephyr/tests/kernel/threads
Gerard Marull-Paretas 495245a971 init: remove _SYS_INIT_LEVEL* definitions
The _SYS_INIT_LEVEL* definitions were used to indicate the index entry
into the levels array defined in init.c (z_sys_init_run_level). init.c
uses this information internally, so there is no point in exposing this
in a public header. It has been replaced with an enum inside init.c. The
device shell was re-using the same defines to index its own array. This
is a fragile design, the shell needs to be responsible of its own data
indexing. A similar situation happened with some unit tests.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-10-12 18:49:12 +09:00
..
dynamic_thread kernel: thread: move thread dynamic cases to new ztest 2022-08-12 17:39:03 +02:00
no-multithreading init: remove _SYS_INIT_LEVEL* definitions 2022-10-12 18:49:12 +09:00
thread_apis ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
thread_error_case kernel: thread: move thread error case to new ztest 2022-08-12 17:39:03 +02:00
thread_init ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
thread_stack includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
tls kernel: thread: move thread tls testcase to new ztest 2022-08-12 17:39:03 +02:00