You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`timer_list` is added to store threads blocked by `timer_sleep()`. Each thread
stores `timer_ticks` and it would be used for only the case that the
thread is blocked by the timer.
Timer blocks threads insteads of yielding with storing ticks to wake up.
It also adds threads into `timer_list` to manage waiting threads with
ordered by their `timer_ticks`.
No description provided.
The text was updated successfully, but these errors were encountered: