commit | 82c3d531a69473781d5c49ac747c9b0e043891bd | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Mon Dec 13 15:38:25 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 10 10:38:06 2022 -0500 |
tree | fac83d19e18bb92f93ee1cae19c903dd46906591 | |
parent | 0bd3d46cfb86021629bc505f8ebfa3d949a20437 [diff] |
kernel: move thread usage routines to own file Moves the CONFIG_SCHED_THREAD_USAGE block of code out of sched.c into its own file. Not only do they employ their own private spin lock, but it is expected that additional usage routines will be added in the future. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>