Searched refs:useconds (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/site_tests/kernel_Lmbench/ |
D | kernel_Lmbench.py | 111 useconds = float(lst[idx]) 112 keyvals['us_' + bm] = useconds
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.c | 170 int usleep(unsigned int useconds) in usleep() argument 174 ts.tv_sec = useconds / 1000000; in usleep() 175 ts.tv_nsec = (useconds % 1000000) * 1000; in usleep()
|
D | bsd-misc.h | 82 int usleep(unsigned int useconds);
|
/external/v8/src/ |
D | d8-posix.cc | 125 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); in TimeIsOut() local 126 if (seconds * 1000000 + useconds > total_time * 1000) { in TimeIsOut() 383 int useconds = 1; in WaitForChild() local 387 usleep(useconds); in WaitForChild() 388 if (useconds < 1000000) useconds <<= 1; in WaitForChild() 389 if ((read_timeout != -1 && useconds / 1000 > read_timeout) || in WaitForChild()
|
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | fb84edfa9e8cbddba26a7184e7fdc219bde556c0 | 6 1useconds
|
/external/python/cpython2/Include/ |
D | datetime.h | 221 #define PyDelta_FromDSU(days, seconds, useconds) \ argument 222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
|
/external/python/cpython3/Include/ |
D | datetime.h | 248 #define PyDelta_FromDSU(days, seconds, useconds) \ argument 249 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
|
/external/python/cpython2/Doc/c-api/ |
D | datetime.rst | 124 .. c:function:: PyObject* PyDelta_FromDSU(int days, int seconds, int useconds)
|
/external/python/cpython3/Doc/c-api/ |
D | datetime.rst | 107 .. c:function:: PyObject* PyDelta_FromDSU(int days, int seconds, int useconds)
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 178 PyDelta_FromDSU:int:useconds::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 428 PyDelta_FromDSU:int:useconds::
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 2406 function _usleep(useconds) { argument 2410 var msec = useconds / 1000;
|