Searched refs:nowtv (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c449 struct timeval nowtv; local
456 gettimeofday(&nowtv, NULL);
457 timeradd(&nowtv, &warmuptv, &endtv);
460 gettimeofday(&nowtv, NULL);
461 } while (timercmp(&nowtv, &endtv, < ));
H A DKQMPMMtest.c502 struct timeval nowtv; local
509 gettimeofday(&nowtv, NULL);
510 timeradd(&nowtv, &warmuptv, &endtv);
513 gettimeofday(&nowtv, NULL);
514 } while (timercmp(&nowtv, &endtv, < ));

Completed in 40 milliseconds