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

  /bionic/libc/upstream-freebsd/lib/libc/gen/
usleep.c 42 __usleep(useconds_t useconds)
  /external/lldb/test/expression_command/timeout/
wait-a-while.c 7 wait_a_while (useconds_t interval)
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 142 usleep((useconds_t)milliseconds * (useconds_t)1000);
  /development/ndk/platforms/android-3/include/sys/
types.h 96 typedef signed long useconds_t; typedef
  /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
  /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/
unistd.h 160 extern int usleep(useconds_t);
  /development/ndk/platforms/android-L/include/
unistd.h 163 extern int usleep(useconds_t);
  /external/chromium_org/v8/src/base/platform/
platform-posix.cc 204 useconds_t ms = static_cast<useconds_t>(milliseconds);
  /external/bison/darwin-lib/
unistd.h     [all...]
  /external/bison/lib/
unistd.in.h     [all...]
  /external/bison/linux-lib/
unistd.h     [all...]
  /external/lldb/tools/debugserver/source/
DNB.h 48 nub_process_t DNBProcessAttachWait (const char *wait_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct timespec *timeout, useconds_t interval, char *err_str, size_t err_len, DNBShouldCancelCallback should_cancel = NULL, void *callback_data = NULL) DNB_EXPORT;
debugserver.cpp     [all...]
DNB.cpp 524 useconds_t waitfor_interval,
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 272 useconds_t sleep_time;
281 sleep_time = static_cast<useconds_t>(deltaUSec);
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp     [all...]
  /external/fio/os/windows/
posix.c 507 int usleep(useconds_t useconds)
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 914 milliseconds