Home
last modified time | relevance | path

Searched refs:tv0 (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/compat/linux/
Dlinux_misc.c1202 struct timeval tv0, tv1, utv64, *tvp; local
1242 microtime(&tv0);
1265 timersub(&tv1, &tv0, &tv1);
/mirbsd/src/bin/mksh/
Dfuncs.c2547 struct timeval usrtime, systime, tv0, tv1; in timex() local
2549 mksh_TIME(tv0); in timex()
2585 timersub(&tv1, &tv0, &tv1); in timex()