Home
last modified time | relevance | path

Searched refs:tutil_tvnow (Results 1 – 9 of 9) sorted by relevance

/curl/tests/libtest/
H A Dlib1564.c51 time_before_wait = tutil_tvnow(); in test()
53 time_after_wait = tutil_tvnow(); in test()
68 time_before_wait = tutil_tvnow(); in test()
70 time_after_wait = tutil_tvnow(); in test()
83 time_before_wait = tutil_tvnow(); in test()
85 time_after_wait = tutil_tvnow(); in test()
101 time_before_wait = tutil_tvnow(); in test()
103 time_after_wait = tutil_tvnow(); in test()
116 time_before_wait = tutil_tvnow(); in test()
118 time_after_wait = tutil_tvnow(); in test()
H A Dtestutil.c31 struct timeval tutil_tvnow(void) in tutil_tvnow() function
47 struct timeval tutil_tvnow(void) in tutil_tvnow() function
81 struct timeval tutil_tvnow(void) in tutil_tvnow() function
95 struct timeval tutil_tvnow(void) in tutil_tvnow() function
H A Dlib1501.c88 before = tutil_tvnow(); in test()
94 after = tutil_tvnow(); in test()
H A Dtestutil.h28 struct timeval tutil_tvnow(void);
H A Dlib1507.c82 mp_start = tutil_tvnow(); in test()
126 if(tutil_tvdiff(tutil_tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in test()
H A Dtesttrace.c106 tv = tutil_tvnow(); in libtest_debug_cb()
H A Dlib582.c130 *timeout = tutil_tvnow(); in curlTimerCallback()
172 now = tutil_tvnow(); in getMicroSecondTimeout()
H A Dlib530.c162 *timeout = tutil_tvnow(); in curlTimerCallback()
204 now = tutil_tvnow(); in getMicroSecondTimeout()
H A Dtest.h444 tv_test_start = tutil_tvnow(); \
448 long timediff = tutil_tvdiff(tutil_tvnow(), tv_test_start); \

Completed in 17 milliseconds