HomeSort by relevance Sort by last modified time
    Searched refs:nanosleep (Results 126 - 150 of 165) sorted by null

1 2 3 4 56 7

  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 366 sdl_check_funcs vsnprintf iconv sigaction setjmp nanosleep
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 92 ret = nanosleep(&ts, &ts);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 704 err = nanosleep(&timeout, &timeout);
829 err = nanosleep(&delay, &delay);
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 376 ret = nanosleep(&t, &t);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 194 // POSIX has both a usleep() and a nanosleep(), but the former is deprecated,
195 // so we use nanosleep() even though it has greater precision than necessary.
199 int ret = nanosleep(&ts, NULL);
201 LOG_ERR(LS_WARNING) << "nanosleep() returning early";
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 61 nanosleep(&reqt, NULL);
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 510 nanosleep(&rqtp, &rmtp);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 219 nanosleep(&tm, NULL);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 160 nanosleep(&tm, NULL);
  /bionic/libc/arch-arm/
syscalls.mk 133 syscall_src += arch-arm/syscalls/nanosleep.S
  /bionic/libc/arch-x86/
syscalls.mk 137 syscall_src += arch-x86/syscalls/nanosleep.S
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 660 nanosleep(&ts, NULL);
666 nanosleep(&ts, NULL);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 419 // For timespec and nanosleep, used below.
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 226 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) {
227 SCOPED_TSAN_INTERCEPTOR(nanosleep, req, rem);
228 int res = BLOCK_REAL(nanosleep)(req, rem);
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 125 nanosleep(&time, NULL);
  /frameworks/native/cmds/atrace/
atrace.cpp 866 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR);
  /hardware/ril/reference-ril/
atchannel.c 121 err = nanosleep (&ts, &ts);
  /bionic/libc/arch-mips/
syscalls.mk 136 syscall_src += arch-mips/syscalls/nanosleep.S
  /external/dhcpcd/
dhcpcd.c 761 nanosleep(&ts, NULL);
    [all...]
  /dalvik/vm/
Sync.cpp 951 nanosleep(&tm, NULL);
    [all...]
  /external/blktrace/btreplay/
btreplay.c 1197 if (nanosleep(&req, NULL) < 0 && signal_done)
    [all...]
  /external/dropbear/
scp.c 809 while (nanosleep(&ts, &rm) == -1) {
  /external/e2fsprogs/misc/
badblocks.c 372 nanosleep(&ts, NULL);
  /external/gtest/include/gtest/internal/
gtest-port.h 442 // For timespec and nanosleep, used below.
    [all...]
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 663 QuickTest(RandomTest,{},{timespec ts; ts.tv_sec=rand()%4; int j=U_LOTS_OF_TIMES;while(--j) { ts.tv_nsec=100000+(rand()%10000)*1000000; nanosleep(&ts,NULL); return j;} return U_LOTS_OF_TIMES;},{})

Completed in 2662 milliseconds

1 2 3 4 56 7