HomeSort by relevance Sort by last modified time
    Searched refs:useconds_t (Results 1 - 25 of 44) sorted by null

1 2

  /bionic/libc/upstream-freebsd/lib/libc/gen/
usleep.c 42 __usleep(useconds_t useconds)
  /external/wayland/tests/
test-runner.h 84 test_usleep(useconds_t);
test-helpers.c 77 test_usleep(useconds_t usec)
88 * wrapping test_usleep, because useconds_t may not
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 46 int usleep(useconds_t);
195 useconds_t ualarm(useconds_t, useconds_t);
  /frameworks/compile/libbcc/lib/
FileBase.h 119 useconds_t pRetryInterval = kDefaultRetryLockInterval);
FileBase.cpp 134 useconds_t pRetryInterval) {
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 155 usleep((useconds_t)milliseconds * (useconds_t)1000);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
types.h 84 typedef unsigned int useconds_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 50 #include <sys/types.h> /* For useconds_t. */
52 int __cdecl __MINGW_NOTHROW usleep(useconds_t);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 85 usleep( useconds_t Microseconds )
98 return (usleep( (useconds_t)(Seconds * 1000000) ));
  /bionic/libc/include/sys/
types.h 83 /* useconds_t is 32-bit on both LP32 and LP64. */
85 typedef __useconds_t useconds_t; typedef
  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel_threads.c 63 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
test_https_get_parallel.c 62 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 228 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef
  /external/perfetto/test/
fake_producer.cc 117 usleep(static_cast<useconds_t>(
  /external/perfetto/src/tracing/core/
shared_memory_arbiter_impl.cc 65 useconds_t stall_interval_us = 0;
66 static const useconds_t kMaxStallIntervalUs = 100000;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 280 typedef _BSD_USECONDS_T_ useconds_t; typedef
  /external/libese/libese-hw/nxp/pn80t/
nq_nci.c 114 return usleep((useconds_t)usec);
linux_spidev.c 174 return usleep((useconds_t)usec);
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.h 325 static const useconds_t US_PER_MS = 1000;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 137 typedef __useconds_t useconds_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
types.h 137 typedef __useconds_t useconds_t; typedef
  /art/runtime/
thread_list.cc 66 static constexpr useconds_t kThreadSuspendInitialSleepUs = 0;
67 static constexpr useconds_t kThreadSuspendMaxYieldUs = 3000;
68 static constexpr useconds_t kThreadSuspendMaxSleepUs = 5000;
312 static void ThreadSuspendSleep(useconds_t delay_us) {
    [all...]
  /system/chre/host/msm/daemon/
chre_daemon.cc 431 const useconds_t kInitialRetryDelayUs = 500000;
437 useconds_t retryDelay = 0;
  /system/core/libappfuse/
FuseBuffer.cc 37 constexpr useconds_t kRetrySleepForWriting = 1000; // 1 ms

Completed in 1093 milliseconds

1 2