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

1 2 3 4 5

  /external/chromium_org/third_party/cython/src/Cython/Includes/posix/
unistd.pxd 41 ctypedef unsigned useconds_t
119 useconds_t ualarm(useconds_t, useconds_t)
121 int usleep(useconds_t)
  /external/lldb/test/expression_command/timeout/
wait-a-while.c 7 wait_a_while (useconds_t interval)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 38 #include <sys/types.h> /* For useconds_t. */
40 int __cdecl __MINGW_NOTHROW usleep(useconds_t);
  /frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h 35 useconds_t pRetryInterval =
File.h 57 useconds_t pRetryInterval =
  /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
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 142 usleep((useconds_t)milliseconds * (useconds_t)1000);
  /bionic/libc/upstream-freebsd/lib/libc/gen/
usleep.c 42 __usleep(useconds_t useconds)
  /art/runtime/
thread_list.cc 182 static void ThreadSuspendSleep(Thread* self, useconds_t* delay_us, useconds_t* total_delay_us) {
183 useconds_t new_delay_us = (*delay_us) * 2;
244 useconds_t total_delay_us = 0;
246 useconds_t delay_us = 100;
250 constexpr useconds_t kLongWaitThresholdUS = 1000;
462 static const useconds_t kTimeoutUs = 30 * 1000000; // 30s.
463 useconds_t total_delay_us = 0;
464 useconds_t delay_us = 0;
534 static const useconds_t kTimeoutUs = 30 * 1000000; // 30s
    [all...]
  /bionic/libc/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
types.h 78 /* useconds_t is 32-bit on both LP32 and LP64. */
80 typedef __useconds_t useconds_t; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 96 typedef signed long useconds_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
types.h 100 typedef signed long useconds_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
types.h 100 typedef signed long useconds_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
types.h 100 typedef signed long useconds_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
types.h 100 typedef signed long useconds_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
types.h 100 typedef signed long useconds_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
types.h 100 typedef signed long useconds_t; typedef
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
types.h 102 typedef signed long useconds_t; typedef

Completed in 564 milliseconds

1 2 3 4 5