Linux Linux多线程实例 定时重启httpd和mysqld exchen 9年前 (2016-11-02) 4878浏览 #include <stdio.h> #include <pthread.h> void *start_routine(void *arg) { ...