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

/libmicro/
H A Dselect.c181 struct timeval tv = {0, 0}; local
191 if (select(maxfd, my_iset, my_oset, NULL, &tv) != target) {
H A Dlibmicro.c990 struct timeval tv; local
992 (void) gettimeofday(&tv, NULL);
994 return ((long long)tv.tv_sec * 1000000LL + (long long) tv.tv_usec);
1000 struct timeval tv; local
1002 (void) gettimeofday(&tv, NULL);
1004 return ((long long)tv.tv_sec * 1000000000LL +
1005 (long long) tv.tv_usec * 1000LL);

Completed in 11 milliseconds