Searched defs:gettimeofday (Results 1 – 2 of 2) sorted by relevance
58 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday() function
284 #define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } wh… macro