zephyr/tests/kernel/sched
Peter Mitsis a30cf39975 kernel: update k_thread_state_str() API
When threads are in more than one state at a time, k_thread_state_str()
returns a string that lists each of its states delimited by a '+'.
This in turn necessitates a change to the API that includes both a
pointer to the buffer to use for the string and the size of the buffer.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2022-04-20 20:20:13 -04:00
..
deadline everywhere: fix typos 2022-03-18 13:24:08 -04:00
metairq test: change test suite name and testcase name 2021-11-03 16:44:50 -04:00
preempt kernel: update k_thread_state_str() API 2022-04-20 20:20:13 -04:00
schedule_api tests/kernel/schedule_api: Add TIMESLICE_PER_THREAD case 2022-03-09 13:49:44 -05:00