commit | b29fb220b11f9bd91998922ada1a6375c30febe6 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Feb 05 16:19:30 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 08 14:49:39 2019 -0500 |
tree | a2f68a46a889445e7bd12e9bd91a29ce0f146013 | |
parent | f582b55dd6dab53c51d7535fa108329421474aa2 [diff] |
kernel/timer: Spinlockify Simple global lock around the timer API. Actually a lot of this usage was using needless vestigial locking around existing scheduler and timeout APIs that are now internally synchronized. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>