/external/valgrind/main/ |
glibc-2.X-drd.supp | 134 drd-libpthread-nanosleep 136 fun:nanosleep
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 178 nanosleep(&ts, &left);
|
M4OSA_Semaphore.c | 171 nanosleep(&ts, &left);
|
/cts/apps/cts-usb-accessory/ |
cts-usb-accessory.c | 67 nanosleep(&tm, NULL);
|
/external/chromium/base/threading/ |
platform_thread_posix.cc | 151 while (nanosleep(&sleep_time, &remaining) == -1 && errno == EINTR)
|
/external/llvm/lib/Support/ |
LockFileManager.cpp | 188 nanosleep(&Interval, NULL);
|
/external/openssh/openbsd-compat/ |
bsd-misc.c | 138 int nanosleep(const struct timespec *req, struct timespec *rem) function
|
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/ |
SDL_systimer.c | 118 was_error = nanosleep(&tv, &elapsed);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TCSpinLock.h | 39 #include <time.h> /* For nanosleep() */ 193 nanosleep(&tm, NULL);
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 74 nanosleep(&tm, NULL);
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
thread.cpp | 105 nanosleep(&ts, 0);
|
/system/core/libcutils/ |
zygote.c | 196 err = nanosleep (&ts, &ts);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 463 err = nanosleep(&delay, &delay); 557 err = nanosleep(&delay, &delay); 786 err = nanosleep(&delay, &delay); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 463 err = nanosleep(&delay, &delay); 532 err = nanosleep(&delay, &delay); 764 err = nanosleep(&delay, &delay); [all...] |
/external/dnsmasq/src/ |
log.c | 388 nanosleep(&waiter, NULL);
|
/external/valgrind/main/auxprogs/ |
valgrind-listener.c | 166 nanosleep(&req,NULL);
|
/external/valgrind/main/drd/tests/ |
annotate_smart_pointer.cpp | 324 nanosleep(&delay, 0);
|
/external/valgrind/main/helgrind/tests/ |
annotate_hbefore.c | 279 nanosleep(&ts, NULL);
|
/external/webrtc/src/system_wrappers/source/ |
thread_posix.cc | 49 #include <time.h> // nanosleep 315 nanosleep(&t, NULL);
|
/frameworks/av/media/libnbaio/ |
MonoPipe.cpp | 184 nanosleep(&req, NULL);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
time.h | 327 extern int nanosleep (__const struct timespec *__requested_time,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
time.h | 327 extern int nanosleep (__const struct timespec *__requested_time,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
time.h | 327 extern int nanosleep (__const struct timespec *__requested_time,
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 91 ret = nanosleep(&ts, &ts);
|
/system/extras/tests/lib/testUtil/ |
testUtil.c | 262 // where nanosleep(2) returns early due to reception of a signal. 281 (void) nanosleep(&remaining, NULL); 288 // testDelaySpin() performs a spin loop, instead of using nanosleep().
|