timespec

  • struct timespec详解

    一、timespec是什么 struct timespec是C/C++语言中用来表示时间的结构体。它包含了两个long类型的成员变量:tv_sec和tv_nsec。tv_sec表示…

    编程 2024-11-21