time.h

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)