1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 02:00:25 +08:00
This commit is contained in:
源文雨
2022-10-24 23:04:35 +08:00
parent 0872e79f02
commit deecbda91c

View File

@@ -609,10 +609,11 @@ static void accept_timer(void *p) {
pthread_kill(thread, SIGQUIT);
puts("Kill thread");
}
goto TIMER_SLEEP;
break;
}
sleep(MAXWAITSEC / 4);
}
goto TIMER_SLEEP;
}
static void cleanup_thread(thread_timer_t* timer) {