struct timeval { time_t tv_sec; // seconds long tv_usec; // microseconds };
re
1. struct timespec 和 struct timeval;
end