/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/ |
timerfd.h | 44 extern int timerfd_create(clockid_t, int);
|
/prebuilts/ndk/current/platforms/android-24/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");
|
/hardware/qcom/gps/msm8909/utils/ |
LocTimer.cpp | 211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { 214 LOC_LOGW("%s: timerfd_create failure, fallback to CLOCK_MONOTONIC - %s", 216 mDevFd = timerfd_create(CLOCK_MONOTONIC, 0); 224 LOC_LOGE("%s: timerfd_create failure - %s", __FUNCTION__, strerror(errno)); 244 // timerfd_create failure
|
/hardware/qcom/gps/msm8996/utils/ |
LocTimer.cpp | 211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { 214 LOC_LOGW("%s: timerfd_create failure, fallback to CLOCK_MONOTONIC - %s", 216 mDevFd = timerfd_create(CLOCK_MONOTONIC, 0); 224 LOC_LOGE("%s: timerfd_create failure - %s", __FUNCTION__, strerror(errno)); 244 // timerfd_create failure
|
/external/strace/ |
time.c | 318 SYS_FUNC(timerfd_create)
|
sys_func.h | 283 extern SYS_FUNC(timerfd_create);
|
/system/core/healthd/ |
healthd.cpp | 265 wakealarm_fd = timerfd_create(CLOCK_BOOTTIME_ALARM, TFD_NONBLOCK); 267 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
|
/external/libchrome/components/timers/ |
alarm_timer_chromeos.cc | 163 : alarm_fd_(timerfd_create(CLOCK_REALTIME_ALARM, 0)), 167 // The call to timerfd_create above may fail. This is the only indication
|
/external/strace/linux/32/ |
syscallent.h | 93 [ 85] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/mips/ |
syscallent-n32.h | 287 [6284] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
syscallent-n64.h | 283 [5280] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/s390x/ |
syscallent.h | 334 [319] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/frameworks/base/services/core/jni/ |
com_android_server_AlarmManagerService.cpp | 371 fds[i] = timerfd_create(android_alarm_to_clockid[i], 0); 373 ALOGV("timerfd_create(%u) failed: %s", android_alarm_to_clockid[i],
|
/external/strace/linux/64/ |
syscallent.h | 86 [ 85] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/avr32/ |
syscallent.h | 314 [286] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/hppa/ |
syscallent.h | 311 [306] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/x32/ |
syscallent.h | 284 [283] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 284 [283] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 303 [312] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
|