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:
parent
e5b3918a9f
commit
780324b8ed
41 changed files with 100 additions and 94 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue