time.h

作者: 李潇南 | 来源:发表于2017-09-11 09:58 被阅读12次
struct timespec;

typedef uint64_t dispatch_time_t;

dispatch_time_t
dispatch_time(dispatch_time_t when, int64_t delta);

dispatch_time_t
dispatch_walltime(const struct timespec *_Nullable when, int64_t delta);

相关文章

网友评论

      本文标题:time.h

      本文链接:https://www.haomeiwen.com/subject/hvmxsxtx.html