linux多进程通讯---信号新增API timerfd
文章目录定时器说明举例定时器说明
•函数功能:通过文件I/O方式去获取定时器的通知事件 •相关API: –int timerfd_create(int clockid, int flags); –int timerfd_settime(int fd, int flags, const struct itimerspec *new_value, struct itimerspec…
2026/7/28 17:16:03