Home
last modified time | relevance | path

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

/third_party/ltp/pan/
H A Dltp-pan.c728 clock_t tck; in check_pids() local
732 tck = times(&tms1); in check_pids()
733 if (tck == -1) { in check_pids()
738 tck = times(&tms2); in check_pids()
739 if (tck == -1) { in check_pids()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2795 long int tck = sysconf(_SC_CLK_TCK); in app_tminterval() local
2796 ret = (now - tmstart) / (double)tck; in app_tminterval()
/third_party/openssl/apps/lib/
H A Dapps.c2788 long int tck = sysconf(_SC_CLK_TCK); in app_tminterval() local
2789 ret = (now - tmstart) / (double)tck; in app_tminterval()

Completed in 11 milliseconds