/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/ |
linux-unistd.h | 124 int nanosleep (const struct timespec *, struct timespec *);
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/ |
linux-unistd.h | 124 int nanosleep (const struct timespec *, struct timespec *);
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 127 int nanosleep (const struct timespec *, struct timespec *);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 127 int nanosleep (const struct timespec *, struct timespec *);
|
/external/dnsmasq/src/ |
util.c | 480 nanosleep(&waiter, NULL);
|
/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...] |
/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";
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
demo.cc | 448 nanosleep(&tmo, NULL);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
thread.cc | 169 // POSIX has both a usleep() and a nanosleep(), but the former is deprecated, 170 // so we use nanosleep() even though it has greater precision than necessary. 174 int ret = nanosleep(&ts, NULL); 176 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);
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 660 nanosleep(&ts, NULL); 666 nanosleep(&ts, NULL);
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Sensor.cpp | 375 ret = nanosleep(&t, &t);
|
/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 | 231 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) { 232 SCOPED_TSAN_INTERCEPTOR(nanosleep, req, rem); 233 int res = BLOCK_REAL(nanosleep)(req, rem); [all...] |
/external/iputils/ninfod/ |
ninfod.c | 375 err = nanosleep(&ts, &rts);
|
/external/protobuf/gtest/test/ |
gtest-port_test.cc | 125 nanosleep(&time, NULL);
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 870 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR);
|
/hardware/ril/reference-ril/ |
atchannel.c | 121 err = nanosleep (&ts, &ts);
|
/bionic/libc/arch-arm/ |
syscalls.mk | 135 syscall_src += arch-arm/syscalls/nanosleep.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 138 syscall_src += arch-mips/syscalls/nanosleep.S
|