zephyr/subsys/shell/modules/kernel_service/thread
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
..
CMakeLists.txt [shell]: Add thread control features through shell 2025-02-04 11:56:22 +01:00
Kconfig [shell]: Add thread control features through shell 2025-02-04 11:56:22 +01:00
kill.c [shell]: Add thread control features through shell 2025-02-04 11:56:22 +01:00
list.c shell: modules: kernel: streamline code 2024-12-13 11:35:28 +01:00
mask.c
pin.c
resume.c [shell]: Add thread control features through shell 2025-02-04 11:56:22 +01:00
stacks.c shell: modules: kernel: streamline code 2024-12-13 11:35:28 +01:00
suspend.c [shell]: Add thread control features through shell 2025-02-04 11:56:22 +01:00
thread.c
unwind.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00