Merge pull request #10565 from lyq140/patch-thread

lib: not thread off when schedule
This commit is contained in:
Donald Sharp 2022-03-15 08:40:41 -04:00 committed by GitHub
commit d09a7c82c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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