cleanup: rename fiber/task -> thread

We still have many places talking about tasks and threads, replace those
with thread terminology.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-10-29 07:10:22 -04:00 committed by Anas Nashif
commit 780324b8ed
41 changed files with 100 additions and 94 deletions

View file

@ -446,7 +446,7 @@ void _timer_idle_exit(void)
/*
* Ensure the timer will expire at the end of the next tick in case
* the ISR makes any tasks and/or fibers ready to run.
* the ISR makes any threads ready to run.
*/
timer0_limit_register_set(cycles_per_tick - 1);
timer0_count_register_set(current_count % cycles_per_tick);