HomeSort by relevance Sort by last modified time
    Searched full:nanosleep (Results 176 - 200 of 768) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/iputils/ninfod/
configure.in 122 AC_CHECK_FUNCS(nanosleep)
  /external/kernel-headers/original/uapi/linux/
prctl.h 84 * Get/set the timerslack as used by poll/select/nanosleep
  /external/libcap/libcap/include/uapi/linux/
prctl.h 82 * Get/set the timerslack as used by poll/select/nanosleep
  /external/libchrome/base/threading/
platform_thread_posix.cc 174 while (nanosleep(&sleep_time, &remaining) == -1 && errno == EINTR)
  /external/libcxx/src/
thread.cpp 128 while (nanosleep(&ts, &ts) == -1 && errno == EINTR)
  /external/ltrace/sysdeps/linux-gnu/arm/
syscallent.h 183 "nanosleep", /* 162 */
  /external/ltrace/sysdeps/linux-gnu/m68k/
syscallent.h 184 "nanosleep", /* 162 */
  /external/ltrace/sysdeps/linux-gnu/metag/
syscallent.h 122 "nanosleep", /* 101 */
  /external/ltrace/sysdeps/linux-gnu/mips/
syscallent.h 188 "nanosleep", /* 166 */
  /external/ltrace/sysdeps/linux-gnu/ppc/
syscallent.h 184 "nanosleep", /* 162 */
  /external/ltrace/sysdeps/linux-gnu/s390/
syscalls31.h 184 "nanosleep", /* 162 */
syscalls64.h 184 "nanosleep", /* 162 */
  /external/ltrace/sysdeps/linux-gnu/sparc/
syscallent.h 270 "nanosleep", /* 249 */
  /external/ltrace/sysdeps/linux-gnu/x86/
syscallent.h 184 "nanosleep", /* 162 */
syscallent1.h 57 "nanosleep", /* 35 */
  /external/strace/
sys_func.h 145 extern SYS_FUNC(nanosleep);
  /external/valgrind/helgrind/tests/
tc08_hbl2.c 166 nanosleep(&ts, 0);
  /external/vboot_reference/firmware/stub/
tpm_lite_stub.c 181 nanosleep(&delay, NULL);
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 155 nanosleep(&req, NULL);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 74 nanosleep(&tm, NULL);
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 46 nanosleep(&tm, NULL);
usb.c 42 nanosleep(&tm, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 127 while (nanosleep(&ts, &ts) == -1 && errno == EINTR)
  /prebuilts/go/darwin-x86/src/runtime/
os1_nacl.go 193 void *nacl_irt_basic_v0_1[6]; // exit, gettod, clock, nanosleep, sched_yield, sysconf
  /prebuilts/go/linux-x86/src/runtime/
os1_nacl.go 193 void *nacl_irt_basic_v0_1[6]; // exit, gettod, clock, nanosleep, sched_yield, sysconf

Completed in 1139 milliseconds

1 2 3 4 5 6 78 91011>>