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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_util.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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtestutil.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;

Completed in 65 milliseconds