Home
last modified time | relevance | path

Searched refs:alarm_fd_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc24 : alarm_fd_(timerfd_create(CLOCK_REALTIME_ALARM, 0)), weak_factory_(this) {} in SimpleAlarmTimer()
83 if (timerfd_settime(alarm_fd_, 0, &alarm_time, NULL) < 0) in Reset()
100 alarm_fd_, in Reset()
112 if (!base::ReadFromFD(alarm_fd_, val, sizeof(uint64_t))) in OnAlarmFdReadableWithoutBlocking()
140 return alarm_fd_ != -1; in CanWakeFromSuspend()
Dalarm_timer_chromeos.h61 const int alarm_fd_; variable