HomeSort by relevance Sort by last modified time
    Searched refs:timerfd (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/
io.c 35 #include <sys/timerfd.h>
607 * On some platforms a timerfd is used, so the timeout handling is just another
703 * - Linux v2.6.27 or newer, compiled with timerfd support
    [all...]
libusbi.h 277 * this timerfd is maintained to trigger on the next pending timeout */
278 int timerfd; member in struct:libusb_context
285 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
    [all...]
  /external/libusb/libusb/
io.c 34 #include <sys/timerfd.h>
641 * - Linux v2.6.27 or newer, compiled with timerfd support
    [all...]
libusbi.h 193 * this timerfd is maintained to trigger on the next pending timeout */
194 int timerfd; member in struct:libusb_context
199 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
777 /* clock ID of the clock that should be used for timerfd */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 22 #include <sys/timerfd.h>
116 int timerfd; member in struct:perf_kvm_stat
974 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
975 if (kvm->timerfd < 0) {
985 if (timerfd_settime(kvm->timerfd, 0, &new_value, NULL) != 0) {
987 close(kvm->timerfd);
1001 rc = read(kvm->timerfd, &c, sizeof(uint64_t));
1094 /* copy pollfds -- need to add timerfd and stdin */
1110 pollfds[nr_fds].fd = kvm->timerfd;
1150 if (kvm->timerfd >= 0
    [all...]
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 25 #include <sys/timerfd.h>
  /system/core/healthd/
healthd.cpp 33 #include <sys/timerfd.h>
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 29 #include <sys/timerfd.h>
150 /* timerfd interprets 0 = disarm, so replace with a practically
328 /* 0 = disarmed; the timerfd doesn't need to be armed to get
  /external/libusb/
configure     [all...]

Completed in 991 milliseconds