pollution: tv_sec time_t tv_sec; pollution: tv_nsec long tv_nsec; pollution: timespec struct timespec { time_t tv_sec; long tv_nsec; }; pollution: tm_sec int tm_sec; pollution: tm_min int tm_min; pollution: tm_hour int tm_hour; pollution: tm_mday int tm_mday; pollution: tm_mon int tm_mon; pollution: tm_year int tm_year; pollution: tm_wday int tm_wday; pollution: tm_yday int tm_yday; pollution: tm_isdst int tm_isdst; pollution: tm_gmtoff long int tm_gmtoff; pollution: tm_zone const char *tm_zone; pollution: tm struct tm { int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; int tm_year; int tm_wday; int tm_yday; int tm_isdst; long int tm_gmtoff; const char *tm_zone; }; pollution: clock clock_t clock(void); pollution: difftime double difftime(time_t __a, time_t __b); pollution: tm pollution: mktime time_t mktime(struct tm *__ptr); pollution: time time_t time(time_t *__timer); pollution: timespec pollution: timespec_get int timespec_get(struct timespec *__ptr, int __base); pollution: tm pollution: asctime char *asctime(const struct tm *__ptr); pollution: ctime char *ctime(const time_t *__timer); pollution: tm pollution: gmtime struct tm *gmtime(const time_t *__timer); pollution: tm pollution: tm pollution: gmtime_r struct tm *gmtime_r(const time_t *__restrict __timer, struct tm *__restrict __result); pollution: tm pollution: localtime struct tm *localtime(const time_t *__timer); pollution: tm pollution: strftime size_t strftime(char *__restrict __dest, size_t __max_size, const char *__restrict __format, const struct tm *__restrict __ptr); pollution: tzset void tzset(void); pollution: sival_int int sival_int; pollution: sival_ptr void *sival_ptr; pollution: sigval union sigval { int sival_int; void *sival_ptr; }; pollution: sigval pollution: sigev_value union sigval sigev_value; pollution: sigev_notify int sigev_notify; pollution: sigev_signo int sigev_signo; pollution: sigval pollution: sigev_notify_function void (*sigev_notify_function)(union sigval); pollution: sigev_notify_attributes struct __mlibc_threadattr *sigev_notify_attributes; pollution: sigev_notify_thread_id pid_t sigev_notify_thread_id; pollution: sigevent struct sigevent { union sigval sigev_value; int sigev_notify; int sigev_signo; void (*sigev_notify_function)(union sigval); struct __mlibc_threadattr *sigev_notify_attributes; pid_t sigev_notify_thread_id; }; pollution: tv_sec time_t tv_sec; pollution: tv_usec suseconds_t tv_usec; pollution: timeval struct timeval { time_t tv_sec; suseconds_t tv_usec; }; pollution: timespec pollution: it_interval struct timespec it_interval; pollution: timespec pollution: it_value struct timespec it_value; pollution: itimerspec struct itimerspec { struct timespec it_interval; struct timespec it_value; }; pollution: timer_getoverrun int timer_getoverrun(timer_t __timerid); pollution: timeval pollution: utimes int utimes(const char *__filename, const struct timeval __tv[2]); pollution: timeval pollution: futimes int futimes(int __fd, const struct timeval __tv[2]); pollution: timeval pollution: lutimes int lutimes(const char *__filename, const struct timeval __tv[2]); pollution: sigevent pollution: timer_create int timer_create(clockid_t __clockid, struct sigevent *__restrict __sevp, timer_t *__restrict __timerid); pollution: itimerspec pollution: itimerspec pollution: timer_settime int timer_settime(timer_t __timerid, int __flags, const struct itimerspec *__restrict __new_value, struct itimerspec *__restrict __old_value); pollution: itimerspec pollution: timer_gettime int timer_gettime(timer_t __timerid, struct itimerspec *__curr_value); pollution: timer_delete int timer_delete(timer_t __timerid); pollution: daylight extern int daylight; pollution: timezone extern long timezone; pollution: tzname extern char *tzname[2]; pollution: timespec pollution: timespec pollution: nanosleep int nanosleep(const struct timespec *__req, struct timespec *__rem); pollution: timespec pollution: clock_getres int clock_getres(clockid_t __clockid, struct timespec *__res); pollution: timespec pollution: clock_gettime int clock_gettime(clockid_t __clockid, struct timespec *__res); pollution: timespec pollution: timespec pollution: clock_nanosleep int clock_nanosleep(clockid_t __clockid, int __flags, const struct timespec *__req, struct timespec *__rem); pollution: timespec pollution: clock_settime int clock_settime(clockid_t __clockid, const struct timespec *__time); pollution: tm pollution: tm pollution: localtime_r struct tm *localtime_r(const time_t *__timer, struct tm *__buf); pollution: tm pollution: asctime_r char *asctime_r(const struct tm *__tm, char *__buf); pollution: ctime_r char *ctime_r(const time_t *__timer, char *__buf); pollution: tm pollution: strptime char *strptime(const char *__restrict __buf, const char *__restrict __format, struct tm *__restrict __tm); pollution: clock_getcpuclockid int clock_getcpuclockid(pid_t __pid, clockid_t *__clockid); pollution: tm pollution: timelocal time_t timelocal(struct tm *__tm); pollution: tm pollution: timegm time_t timegm(struct tm *__tm); pollution: CLOCK_MONOTONIC_COARSE #define CLOCK_MONOTONIC_COARSE 6 pollution: CLOCK_THREAD_CPUTIME_ID #define CLOCK_THREAD_CPUTIME_ID 3 pollution: TIME_UTC #define TIME_UTC 1 pollution: CLOCK_BOOTTIME_ALARM #define CLOCK_BOOTTIME_ALARM 9 pollution: CLOCK_BOOTTIME #define CLOCK_BOOTTIME 7 pollution: CLOCK_REALTIME_COARSE #define CLOCK_REALTIME_COARSE 5 pollution: CLOCK_REALTIME_ALARM #define CLOCK_REALTIME_ALARM 8 pollution: CLOCK_MONOTONIC_RAW #define CLOCK_MONOTONIC_RAW 4 pollution: CLOCK_TAI #define CLOCK_TAI 11 pollution: NULL #define NULL ((void *)0) pollution: TIMER_ABSTIME #define TIMER_ABSTIME 1 pollution: CLOCK_MONOTONIC #define CLOCK_MONOTONIC 1 pollution: CLOCK_PROCESS_CPUTIME_ID #define CLOCK_PROCESS_CPUTIME_ID 2 pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC ((clock_t)1000000) pollution: MLIBC_TIMESPEC_H #define MLIBC_TIMESPEC_H #define __MLIBC_INTPTR_MIN (-__INTPTR_MAX__ - 1) pollution: MLIBC_TIME_T #define MLIBC_TIME_T #define __MLIBC_INT8_C(x) __INT8_C(x)