HomeSort by relevance Sort by last modified time
    Searched refs:timerfd_create (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
14 END(timerfd_create)
  /bionic/libc/arch-arm64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
14 END(timerfd_create)
  /bionic/libc/arch-mips/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
19 END(timerfd_create)
  /bionic/libc/arch-x86_64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
15 END(timerfd_create)
  /bionic/libc/arch-mips64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
25 END(timerfd_create)
  /bionic/libc/arch-x86/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
26 END(timerfd_create)
  /bionic/libc/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /development/ndk/platforms/android-21/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timerfd.h 25 /* Bits to be set in the FLAGS parameter of `timerfd_create'. */
46 extern int timerfd_create (clockid_t __clock_id, int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timerfd.h 25 /* Bits to be set in the FLAGS parameter of `timerfd_create'. */
46 extern int timerfd_create (clockid_t __clock_id, int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timerfd.h 25 /* Bits to be set in the FLAGS parameter of `timerfd_create'. */
46 extern int timerfd_create (clockid_t __clock_id, int __flags) __THROW;
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
timerfd.cc 11 int fd = timerfd_create(CLOCK_REALTIME, 0);
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.c 1 /** Test Valgrind's interception of the Linux syscalls timerfd_create(),
130 int timerfd_create(int clockid, int flags) function
198 if ((tfd = timerfd_create(clks[i].id, 0)) == -1)
200 perror("timerfd_create");
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 94 int fd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
96 perror("timerfd_create failed");
  /system/core/healthd/
healthd.cpp 263 wakealarm_fd = timerfd_create(CLOCK_BOOTTIME_ALARM, TFD_NONBLOCK);
265 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
  /external/strace/
sys_func.h 276 extern SYS_FUNC(timerfd_create);
time.c 809 SYS_FUNC(timerfd_create)
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 369 fds[i] = timerfd_create(android_alarm_to_clockid[i], 0);
371 ALOGV("timerfd_create(%u) failed: %s", android_alarm_to_clockid[i],
  /external/libusb/libusb/
io.c     [all...]

Completed in 1925 milliseconds

1 2