commit | 8791012ed199d805c5d399493018b94feb2130ef | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Feb 22 22:24:36 2024 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 06 19:27:28 2024 -0500 |
tree | 6ad552b6f3ceb653b697a05a601b8eb2df8b0794 | |
parent | 2c31db4cc88e2df261917b174a93cfc90d5fc929 [diff] |
kernel: move essential flag related routines out The functions to manipulate the essential flag indeed operate on threads, but they are misplaced in the thread implementation file. Put them alongside other routines setting other thread flags and cleanup headers a bit. Signed-off-by: Anas Nashif <anas.nashif@intel.com>