定时器的使用主要涉及到以下3个函数: #include <time.h> timer_create(); timer_settime(); timer_delete(); 1. 创建定时器 int timer_create(clockid_t clock_id, struct</