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

/macosx-10.10/ruby-106/ruby/
H A Dthread.c982 struct timeval to, tvn; local
1004 getclockofday(&tvn);
1005 if (to.tv_sec < tvn.tv_sec) break;
1006 if (to.tv_sec == tvn.tv_sec && to.tv_usec <= tvn.tv_usec) break;
1009 (long)tvn.tv_sec, (long)tvn.tv_usec);
1010 tv.tv_sec = to.tv_sec - tvn.tv_sec;
1011 if ((tv.tv_usec = to.tv_usec - tvn.tv_usec) < 0) {

Completed in 71 milliseconds