/bionic/libc/arch-arm/syscalls/ |
nanosleep.S | 5 .type nanosleep, #function 6 .globl nanosleep 10 nanosleep: label
|
/bionic/libc/arch-sh/syscalls/ |
nanosleep.S | 5 .type nanosleep, @function 6 .globl nanosleep 9 nanosleep: label
|
/bionic/libc/arch-x86/syscalls/ |
nanosleep.S | 5 .type nanosleep, @function 6 .globl nanosleep 9 nanosleep: label
|
/bionic/libc/unistd/ |
sleep.c | 45 if ( !nanosleep( &t, &t ) )
|
usleep.c | 46 if ( nanosleep( &ts, &ts ) == 0 ) 49 // We try again if the nanosleep failure is EINTR.
|
/system/extras/tests/bionic/libc/other/ |
test_thread_max.c | 59 nanosleep( &ts, &ts );
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_once.c | 48 nanosleep (&ts, NULL);
|
test_pthread_getcpuclockid.c | 57 nanosleep( &ts, &ts );
|
/bionic/libc/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/external/stlport/stlport/stl/ |
_threads.c | 71 # define _STLP_NANOSLEEP nanosleep
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
time.h | 41 extern int nanosleep(const struct timespec *, struct timespec *);
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Pform/Linux/ |
TILibLinux.cpp | 177 nanosleep( &req, NULL );
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_thread.cpp | 171 nanosleep(&reqt, &remt) ;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/unix/ |
SDL_systimer.c | 118 was_error = nanosleep(&tv, &elapsed);
|
/external/webkit/JavaScriptCore/wtf/ |
TCSpinLock.h | 38 #include <time.h> /* For nanosleep() */ 187 nanosleep(&tm, NULL);
|
/system/core/libcutils/ |
zygote.c | 234 err = nanosleep (&ts, &ts);
|
/external/bluetooth/bluez/tools/ |
hciattach.c | 244 nanosleep(&tm, NULL); 281 nanosleep(&tm, NULL); 649 nanosleep(&tm, NULL); 709 nanosleep(&tm, NULL); 745 nanosleep(&tm, NULL); 810 nanosleep(&tm, NULL);
|
hciattach_tialt.c | 269 nanosleep(&tm, NULL);
|
/external/dnsmasq/src/ |
log.c | 388 nanosleep(&waiter, NULL);
|
/external/ppp/pppd/ |
spinlock.c | 257 nanosleep(&tm, NULL);
|