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

  /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/google/bonito/keymaster/
wait_for_strongbox.cpp 27 useconds_t kWaitTimeMicroseconds = 1 * 1000; // 1 milliseconds
  /device/google/crosshatch/keymaster/
wait_for_strongbox.cpp 27 useconds_t kWaitTimeMicroseconds = 1 * 1000; // 1 milliseconds
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 46 int usleep(useconds_t);
195 useconds_t ualarm(useconds_t, useconds_t);
  /external/perfetto/src/base/
time.cc 63 ::usleep(static_cast<useconds_t>(interval_us));
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 155 usleep((useconds_t)milliseconds * (useconds_t)1000);
  /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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 228 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.h 177 static const useconds_t US_PER_MS = 1000;
  /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);
  /external/perfetto/test/
fake_producer.cc 124 usleep(static_cast<useconds_t>(
  /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;
314 static void ThreadSuspendSleep(useconds_t delay_us) {
    [all...]
  /bionic/libc/include/
unistd.h 273 int usleep(useconds_t __microseconds);
  /external/perfetto/src/profiling/memory/
heapprofd_end_to_end_test.cc 49 constexpr useconds_t kMsToUs = 1000;
    [all...]
  /external/v8/src/base/platform/
platform-posix.cc 392 usleep(static_cast<useconds_t>(interval.InMicroseconds()));
  /bootable/recovery/recovery_ui/
screen_ui.cpp 805 usleep(static_cast<useconds_t>(delay * 1000000));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 475 milliseconds