commit | b8a1a62048adcea6cf08c28ed36780e61b7975bb | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jyri.sarha@linux.intel.com> | Thu Feb 15 17:35:00 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jul 30 18:25:40 2024 +0100 |
tree | d8beb9db8619f33a95e5acf5b1ec9d50365f8268 | |
parent | b764238e0dea2b792fe8260e93843ccd2cc06c00 [diff] |
kernel: thread: Add k_thread_foreach_filter_by_cpu() and unlocked version Add functions k_thread_foreach_unlocked_filter_by_cpu() and k_thread_foreach_filter_by_cpu() to loop through the threads on the specified cpu only. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>