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

  /external/chromium_org/content/browser/tracing/
etw_system_event_consumer_win.cc 130 LARGE_INTEGER now_in_us; local
131 now_in_us.QuadPart = now.ToInternalValue();
142 now_in_us.HighPart,
143 now_in_us.LowPart)));
  /external/chromium_org/net/tools/epoll_server/
epoll_server.cc 380 int64 now_in_us = NowInUsec(); local
386 << " now = " << now_in_us
390 int64 alarm_timeout_in_us = next_alarm_time_in_us - now_in_us;
735 int64 now_in_us = recorded_now_in_us_; local
744 if (i->first > now_in_us) {
765 // We add to hash_set only if the new timeout is <= now_in_us.
766 // if timeout is > now_in_us then we have no fear that this alarm
772 << " " << now_in_us; local
773 if (new_timeout_time_in_us <= now_in_us) {

Completed in 98 milliseconds