commit | 9e3e7f6ddaf5389cd9780a59655d452f51f265fc | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Dec 19 08:19:45 2019 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Dec 21 19:57:57 2019 -0500 |
tree | b53c79eaf3c6c21a9963fd7c4c4b1bddd4bd6f65 | |
parent | cd0873015a1c8d54d83795dc4673b2df5c8cbfec [diff] |
kernel: use 'thread' for thread variable consistently We have been using thread, th and t for thread variables making the code less readable, especially when we use t for timeouts and other time related variables. Just use thread where possible and keep things consistent. Signed-off-by: Anas Nashif <anas.nashif@intel.com>