HomeSort by relevance Sort by last modified time
    Searched refs:timerfd_create (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/linux-kselftest/tools/testing/selftests/breakpoints/
step_after_suspend_test.c 143 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
145 perror("timerfd_create() failed");
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd01.c 88 int timerfd_create(int clockid, int flags) function
164 if ((tfd = timerfd_create(clks[i].id, 0)) == -1) {
  /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 93 int fd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
95 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
  /hardware/qcom/gps/msm8998/utils/
LocTimer.cpp 212 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) {
215 LOC_LOGW("%s: timerfd_create failure, fallback to CLOCK_MONOTONIC - %s",
217 mDevFd = timerfd_create(CLOCK_MONOTONIC, 0);
225 LOC_LOGE("%s: timerfd_create failure - %s", __FUNCTION__, strerror(errno));
245 // timerfd_create failure
  /hardware/qcom/gps/sdm845/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/chromium-trace/catapult/systrace/atrace_helper/jni/
main.cc 163 g_timer = timerfd_create(CLOCK_MONOTONIC, 0);
  /external/strace/
time.c 306 SYS_FUNC(timerfd_create)
sys_func.h 291 extern SYS_FUNC(timerfd_create);
  /system/core/healthd/
healthd_common.cpp 221 wakealarm_fd = timerfd_create(CLOCK_BOOTTIME_ALARM, TFD_NONBLOCK);
223 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
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 310 LOG_ALWAYS_FATAL("kernel does not support timerfd_create() with alarm timers");
316 LOG_ALWAYS_FATAL("kernel does not support timerfd_create(CLOCK_BOOTTIME)");
324 ALOGE("timerfd_create(%u) failed: %s", id, strerror(errno));
340 fds[i] = timerfd_create(android_alarm_to_clockid[i], 0);
  /external/strace/linux/32/
syscallent.h 93 [ 85] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/64/
syscallent.h 86 [ 85] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/avr32/
syscallent.h 315 [286] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/hppa/
syscallent.h 312 [306] = { 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" },
  /external/strace/linux/arm/
syscallent.h 378 [350] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/crisv10/
syscallent.h 318 [322] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/i386/
syscallent.h 351 [322] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/ia64/
syscallent.h 331 [1310] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
  /external/strace/linux/m68k/
syscallent.h 347 [318] = { 2, TD, SEN(timerfd_create), "timerfd_create" },

Completed in 2231 milliseconds

1 23 4