Searched defs:microtime (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.sbin/makefs/ffs/ | ||
| H A D | buf.h | 88 #define microtime(tv) gettimeofday((tv), NULL) macro |
| /openbsd-src/sys/kern/ | ||
| H A D | kern_tc.c | 347 microtime(struct timeval *tvp) in microtime() function |