Searched refs:tv_usec (Results 1 – 16 of 16) sorted by relevance
197 tv.tv_usec = 0; in sockex_nonblocking_connect()289 tv.tv_usec = 0; in sockex_nonblocking_connect()383 opt.tv_usec = 100 * 1000; in sockex_testrecv()391 opt2.tv_usec = 0; in sockex_testrecv()401 LWIP_ASSERT("opt == opt2", opt.tv_usec == opt2.tv_usec); in sockex_testrecv()437 tv.tv_usec = 0; in sockex_testrecv()502 tv.tv_usec = (helper->wait_ms % 1000) * 1000; in sockex_select_waiter()
98 + (now.tv_usec - t->start.tv_usec) / 1000; in mbedtls_timing_get_timer()
495 tv.tv_usec = (timeout % 1000) * 1000; in mbedtls_net_poll()529 tv.tv_usec = (suseconds_t) usec % 1000000; in mbedtls_net_usleep()531 tv.tv_usec = usec % 1000000; in mbedtls_net_usleep()598 tv.tv_usec = (timeout % 1000) * 1000; in mbedtls_net_recv_timeout()
8 long tv_usec; /* and microseconds */ member
98 srand(now.tv_sec + now.tv_usec); in low_level_init()301 tv.tv_usec = (msecs % 1000) * 1000; in vdeif_select()
148 time = hdr->ts.tv_sec * 1000 + hdr->ts.tv_usec / 1000; in callback()
391 tv.tv_usec = (msecs % 1000) * 1000; in tapif_select()
35 tv->tv_usec = (long)(tmpres % 1000000UL); in gettimeofday()
196 tv.tv_usec = (timeout_ms - (tv.tv_sec * 1000)) * 1000; in sockets_stresstest_wait_readable_select()259 opt_on.tv_usec = (timeout_ms - (opt_on.tv_sec * 1000)) * 1000; in sockets_stresstest_wait_readable_recvtimeo()261 opt_off.tv_usec = 0; in sockets_stresstest_wait_readable_recvtimeo()
334 tv.tv_usec = 0;
250 timeout.tv_usec = (PING_RCV_TIMEO%1000)*1000; in ping_thread()
395 + (tv_cur.tv_usec - tv_init.tv_usec); in mbedtls_timing_hardclock()
902 tm.tv_usec = (max_wait % 1000) * 1000; in main()
533 long tv_usec; /* and microseconds */ member
242 ((struct timeval *)(optval))->tv_usec = (long)(((loc) % 1000U) * 1000U); }while(0)243 … struct timeval *)(optval))->tv_sec * 1000) + (((const struct timeval *)(optval))->tv_usec / 1000))2022 timeout ? (s32_t)timeout->tv_usec : (s32_t) - 1)); in lwip_select()2045 if (timeout && timeout->tv_sec == 0 && timeout->tv_usec == 0) { in lwip_select()2122 long msecs_long = ((timeout->tv_sec * 1000) + ((timeout->tv_usec + 500) / 1000)); in lwip_select()
675 tv.tv_sec = tv.tv_usec = 0; in START_TEST()
Completed in 68 milliseconds