zephyr/subsys/shell/modules/kernel_service
S Swetha 8f647ef46b [shell]: Add thread control features through shell
This commit extends the shell command functionality by
adding three new operations for thread management.
kernel thread suspend <thread_id>:
Suspends any thread based on its identifier.
kernel thread resume <thread_id>:
Resumes the thread that was previously suspended.
kernel thread kill <thread_id>:
Terminates any thread based on its identifier
These extended commands are useful for controlling
any threads through Zephyr Shell.

Signed-off-by: S Swetha <s.swetha@intel.com>
2025-02-04 11:56:22 +01:00
..
thread [shell]: Add thread control features through shell 2025-02-04 11:56:22 +01:00
CMakeLists.txt
cycles.c
heap.c shell: kernel_service: heap: add required header 2024-09-19 03:52:59 -04:00
Kconfig
kernel_shell.c
kernel_shell.h
log-level.c shell: modules: kernel_service: deprecate log_level 2025-01-17 09:08:26 +01:00
reboot.c
sleep.c
uptime.c
version.c