HomeSort by relevance Sort by last modified time
    Searched full:useconds (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libc/upstream-freebsd/lib/libc/gen/
usleep.c 42 __usleep(useconds_t useconds)
46 time_to_sleep.tv_nsec = (useconds % 1000000) * 1000;
47 time_to_sleep.tv_sec = useconds / 1000000;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/mmc/
ioctl.h 18 * Sleep at least postsleep_min_us useconds, and at most
19 * postsleep_max_us useconds *after* issuing command. Needed for
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 22 * Sleep at least postsleep_min_us useconds, and at most
23 * postsleep_max_us useconds *after* issuing command. Needed for
  /hardware/qcom/msm8994/original-kernel-headers/linux/mmc/
ioctl.h 21 * Sleep at least postsleep_min_us useconds, and at most
22 * postsleep_max_us useconds *after* issuing command. Needed for
  /hardware/qcom/msm8996/original-kernel-headers/linux/mmc/
ioctl.h 21 * Sleep at least postsleep_min_us useconds, and at most
22 * postsleep_max_us useconds *after* issuing command. Needed for
  /external/iptables/include/linux/netfilter_ipv4/
ip_queue.h 25 long timestamp_usec; /* Packet arrvial time (+useconds) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 17 long timestamp_usec; /* Packet arrvial time (+useconds) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 111 useconds = float(lst[idx])
112 keyvals['us_' + bm] = useconds
  /external/libmicrohttpd/src/include/
platform.h 154 #define usleep(useconds) (void)SleepEx((useconds)/1000, 1)
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_latency_check_task.c 63 #define USECONDS 1000 /* microseconds to sleep */
113 sleeptime = count * USECONDS;
  /external/python/cpython2/Include/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/gdb/darwin-x86/include/python2.7/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/gdb/linux-x86/include/python2.7/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h 221 #define PyDelta_FromDSU(days, seconds, useconds) \
222 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /external/v8/src/
d8-posix.cc 126 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); local
127 if (seconds * 1000000 + useconds > total_time * 1000) {
384 int useconds = 1; local
388 usleep(useconds);
389 if (useconds < 1000000) useconds <<= 1;
390 if ((read_timeout != -1 && useconds / 1000 > read_timeout) ||
  /external/iptables/libipq/
ipq_message_type.3 79 long timestamp_usec; /* Packet arrvial time (+useconds) */
  /external/python/cpython3/Include/
datetime.h 241 #define PyDelta_FromDSU(days, seconds, useconds) \
242 PyDateTimeAPI->Delta_FromDelta(days, seconds, useconds, 1, \
  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 150 * @timeout_usec: timeout in useconds
185 * @timeout_usec: timeout in useconds for every read attempt
  /external/python/cpython2/Doc/c-api/
datetime.rst 124 .. c:function:: PyObject* PyDelta_FromDSU(int days, int seconds, int useconds)
  /external/python/cpython3/Doc/c-api/
datetime.rst 97 .. c:function:: PyObject* PyDelta_FromDSU(int days, int seconds, int useconds)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 74 u_int useconds; member in struct:nfstime
nfs_prot.x 105 unsigned useconds;

Completed in 1394 milliseconds

1 2