Home
last modified time | relevance | path

Searched refs:HAVE_NANOSLEEP (Results 1 – 22 of 22) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/timer/unix/
DSDL_systimer.c41 #if HAVE_NANOSLEEP || HAVE_CLOCK_GETTIME
98 #if HAVE_NANOSLEEP in SDL_Delay()
106 #if HAVE_NANOSLEEP in SDL_Delay()
115 #if HAVE_NANOSLEEP in SDL_Delay()
/external/openssh/openbsd-compat/
Dbsd-misc.h70 #if !defined(HAVE_NANOSLEEP) && !defined(HAVE_NSLEEP)
Dport-aix.h65 #if !defined(HAVE_NANOSLEEP) && defined(HAVE_NSLEEP)
Dbsd-misc.c137 #if !defined(HAVE_NANOSLEEP) && !defined(HAVE_NSLEEP)
/external/qemu/android/config/darwin-x86/
DSDL_config.h82 #define HAVE_NANOSLEEP 1 macro
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_config_macosx.h89 #define HAVE_NANOSLEEP 1 macro
DSDL_config.h.in135 #undef HAVE_NANOSLEEP
/external/qemu/android/config/freebsd-x86/
DSDL_config.h82 #define HAVE_NANOSLEEP 1 macro
/external/qemu/android/config/linux-ppc/
DSDL_config.h82 #define HAVE_NANOSLEEP 1 macro
/external/qemu/android/config/linux-x86_64/
DSDL_config.h82 #define HAVE_NANOSLEEP 1 macro
/external/qemu/android/config/linux-x86/
DSDL_config.h77 #define HAVE_NANOSLEEP 1 macro
/external/dbus/
Dconfig.h158 #define HAVE_NANOSLEEP 1 macro
/external/bluetooth/glib/glib/
Dconfig.h290 #define HAVE_NANOSLEEP 1 macro
Dgtimer.c166 # ifdef HAVE_NANOSLEEP in g_usleep()
/external/openssh/
Dconfig.h651 #define HAVE_NANOSLEEP 1 macro
Dconfig.h.in648 #undef HAVE_NANOSLEEP
Dconfigure.ac1551 AC_SEARCH_LIBS([nanosleep], [rt posix4], [AC_DEFINE([HAVE_NANOSLEEP], [1], definition
/external/dbus/cmake/
DConfigureChecks.cmake27 check_symbol_exists(nanosleep "time.h" HAVE_NANOSLEEP) # dbus-sysdeps.c
Dconfig.h.cmake163 #cmakedefine HAVE_NANOSLEEP 1
/external/e2fsprogs/misc/
Dbadblocks.c353 #ifdef HAVE_NANOSLEEP in do_read()
/external/bluetooth/glib/
Dconfig.h.win32.in316 /* #undef HAVE_NANOSLEEP */
/external/dbus/dbus/
Ddbus-sysdeps-unix.c2625 #ifdef HAVE_NANOSLEEP in _dbus_sleep_milliseconds()