HomeSort by relevance Sort by last modified time
    Searched full:nanosleep (Results 51 - 75 of 755) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/openssh/openbsd-compat/
bsd-misc.c 139 int nanosleep(const struct timespec *req, struct timespec *rem) function
176 return nanosleep(&ts, NULL);
  /external/squashfs-tools/squashfs-tools/
progressbar.c 205 int res = nanosleep(&requested_time, &remaining);
208 BAD_ERROR("nanosleep failed in progress thread\n");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
176 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
  /system/extras/tests/lib/testUtil/
testUtil.c 263 // where nanosleep(2) returns early due to reception of a signal.
282 (void) nanosleep(&remaining, NULL);
289 // testDelaySpin() performs a spin loop, instead of using nanosleep().
  /art/runtime/
monitor_test.cc 149 NanoSleep(initial_sleep_ * 1000 * 1000);
195 NanoSleep(initial_sleep_ * 1000 * 1000);
233 NanoSleep(initial_sleep_ * 1000 * 1000);
239 NanoSleep(millis_ * 1000 * 1000);
  /bionic/libc/include/
time.h 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-21/include/
time.h 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /development/ndk/platforms/android-8/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /external/iputils/ninfod/
config.h.in 39 /* Define to 1 if you have the `nanosleep' function. */
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 183 "nanosleep",
  /external/valgrind/drd/tests/
annotate_barrier.c 148 nanosleep(&delay, 0);
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 102 rc = nanosleep(&req, NULL);
FastThread.h 56 long mSleepNs; // -1: busy wait, 0: sched_yield, > 0: nanosleep
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 71 # define _STLP_NANOSLEEP nanosleep
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
prctl.h 82 * Get/set the timerslack as used by poll/select/nanosleep
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 82 * Get/set the timerslack as used by poll/select/nanosleep
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);

Completed in 694 milliseconds

1 23 4 5 6 7 8 91011>>