gettimeofday
extern int gettimeofday(struct timeval *tv, void *tz);
gettimeofday(µseconds, (struct timezone*)NULL);
#define TICK_COUNT_READ(VARIABLE) { struct timeval t; gettimeofday(&t, NULL); VARIABLE = t.tv_sec * 1000000LLU + t.tv_usec; }
gettimeofday(&tv, NULL);
gettimeofday(&tp, &tzp);
gettimeofday(&start, NULL);
gettimeofday(&end, NULL);
gettimeofday(&ut.ut_tv, NULL);
(void)gettimeofday(&t1, NULL);
(void)gettimeofday(&t2, NULL);
(void)gettimeofday(&now, NULL);
(void) gettimeofday(&t1, NULL);
(void) gettimeofday(&t2, NULL);
(void) gettimeofday(&tv, NULL);
gettimeofday(&now, NULL);
gettimeofday(&now, NULL);
gettimeofday(&tm, NULL);
if (gettimeofday(&tv, NULL) != 0) {
#define GETTIMEOFDAY(_x) gettimeofday(_x)
#define GETTIMEOFDAY(_x) gettimeofday(_x, NULL)
if (gettimeofday(&tv, 0))
gettimeofday(&time_now, &time_zone); /* get current time */
gettimeofday(&last, 0);
gettimeofday(&tv, 0);
gettimeofday(&tv, 0);
gettimeofday(&tv, 0);
if (gettimeofday(&now, NULL) < 0)
if (gettimeofday(&now, NULL) < 0)
gettimeofday(&now, NULL);
gettimeofday(&now, NULL);
gettimeofday(&tv, 0);
gettimeofday(&tv, &tz);
gettimeofday(&before, NULL);
gettimeofday(&after, NULL);
gettimeofday(&before, NULL);
gettimeofday(&after, NULL);
gettimeofday(&before, NULL);
gettimeofday(&after, NULL);
gettimeofday(&before, NULL);
gettimeofday(&after, NULL);
gettimeofday(&before, NULL);
gettimeofday(&after, NULL);
gettimeofday(&time, NULL);
gettimeofday(&time, NULL);
gettimeofday(&tv, NULL);
gettimeofday(&tv, NULL);
gettimeofday(&tv, NULL);
gettimeofday(&tv, NULL);