summaryrefslogtreecommitdiff
path: root/lib/wheel.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-03-15 08:40:41 -0400
committerGitHub <noreply@github.com>2022-03-15 08:40:41 -0400
commitd09a7c82c94bcb9259f659e89dc04c4824ec19e8 (patch)
treeb2e5c0df2c0a47f575c9df3c5a1c0b0f95fad10d /lib/wheel.c
parentbaa57b728271da65e1c766b372866b7955927ce9 (diff)
parent1c7c9ba0376ee5364701f4f6cc047b3283a0a5ed (diff)
Merge pull request #10565 from lyq140/patch-thread
lib: not thread off when schedule
Diffstat (limited to 'lib/wheel.c')
-rw-r--r--lib/wheel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wheel.c b/lib/wheel.c
index 463410bea4..cdf738a137 100644
--- a/lib/wheel.c
+++ b/lib/wheel.c
@@ -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;