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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dtimeval.c53 struct timespec tsnow; local
54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
55 now.tv_sec = tsnow.tv_sec;
56 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/src/
H A Dcurlutil.c55 struct timespec tsnow; local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
57 now.tv_sec = tsnow.tv_sec;
58 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/libtest/
H A Dtestutil.c56 struct timespec tsnow; local
57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
58 now.tv_sec = tsnow.tv_sec;
59 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dtimeval.c53 struct timespec tsnow; local
54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
55 now.tv_sec = tsnow.tv_sec;
56 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/src/
H A Dcurlutil.c55 struct timespec tsnow; local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
57 now.tv_sec = tsnow.tv_sec;
58 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/libtest/
H A Dtestutil.c56 struct timespec tsnow; local
57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
58 now.tv_sec = tsnow.tv_sec;
59 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dtimeval.c53 struct timespec tsnow; local
54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
55 now.tv_sec = tsnow.tv_sec;
56 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/src/
H A Dcurlutil.c55 struct timespec tsnow; local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
57 now.tv_sec = tsnow.tv_sec;
58 now.tv_usec = tsnow.tv_nsec / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/libtest/
H A Dtestutil.c56 struct timespec tsnow; local
57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
58 now.tv_sec = tsnow.tv_sec;
59 now.tv_usec = tsnow.tv_nsec / 1000;

Completed in 131 milliseconds