OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmr_timeout
(Results
1 - 4
of
4
) sorted by null
/external/iperf3/src/
timer.h
77
extern struct timeval*
tmr_timeout
( struct iperf_time* nowP ) /* __attribute__((hot)) */;
80
** or as indicated by
tmr_timeout
().
timer.c
154
tmr_timeout
( struct iperf_time* nowP )
function
iperf_client_api.c
487
timeout =
tmr_timeout
(&now);
iperf_server_api.c
437
timeout =
tmr_timeout
(&now);
Completed in 222 milliseconds