summaryrefslogtreecommitdiff
path: root/lib/wheel.c
diff options
context:
space:
mode:
authorron <lyq140hf2006@163.com>2022-02-11 11:23:48 +0800
committerron <lyq140hf2006@163.com>2022-02-11 11:27:11 +0800
commit1c7c9ba0376ee5364701f4f6cc047b3283a0a5ed (patch)
tree95aab2fb3dcf1349b93ba953589c22a394c5ed38 /lib/wheel.c
parentf33ecd755e009b62acbccb502d2840e3bda4cc0c (diff)
lib: not thread off when schedule
Signed-off-by: ron <lyq140hf2006@163.com>
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 1a0469b256..278ee994b5 100644
--- a/lib/wheel.c
+++ b/lib/wheel.c
@@ -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;