lib: not thread off when schedule

Signed-off-by: ron <lyq140hf2006@163.com>
This commit is contained in:
ron 2022-02-11 11:23:48 +08:00
parent f33ecd755e
commit 1c7c9ba037

View File

@ -40,7 +40,6 @@ static int wheel_timer_thread_helper(struct thread *t)
void *data;
wheel = THREAD_ARG(t);
THREAD_OFF(wheel->timer);
wheel->curr_slot += wheel->slots_to_skip;