commit | 8f0bb6afe699a8e0f269ea6e3a5ad8e430069eb4 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Sat Sep 21 18:36:23 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Sep 30 15:25:55 2019 -0400 |
tree | 327ad545d2913650211bfa8ced8c5301e10607f3 | |
parent | 0095ed5384a4ab7185314d106429bb7e85cc545a [diff] |
tracing: simplify idle thread detection We now define z_is_idle_thread_object() in ksched.h, and the repeated definitions of a function that does the same thing now changed to just use the common definition. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>