commit | 595ff63f00e168603e5e53554b736b5978432d1c | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Feb 27 09:49:07 2024 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 06 19:27:28 2024 -0500 |
tree | 7375722b3da17f91c5e7ae27a9bf6203d8b55949 | |
parent | 3dc0c4544b4f2083cf62117adc24c29239614147 [diff] |
kernel: thread: use consistent thread parameter Use thread wherever it makes sense, using 't' in some places can get confused with 't' used for timeouts for example. Signed-off-by: Anas Nashif <anas.nashif@intel.com>