kernel: Add k_thread_foreach API
Add k_thread_foreach API to iterate over all the threads in
the system.
This API can be used for debugging threads in multi threaded
environment to dump and analyze various thread parameters like
priority, state, stack address etc...
Signed-off-by:
Ramakrishna Pallala <ramakrishna.pallala@intel.com>
Loading
Please sign in to comment