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);
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
网友评论