HomeSort by relevance Sort by last modified time
    Searched defs:timeout_time (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
futex-emulation.cc 116 base::TimeTicks timeout_time = start_time + rel_timeout; local
167 if (current_time >= timeout_time) {
172 base::TimeDelta time_until_timeout = timeout_time - current_time;
  /external/webrtc/webrtc/base/
task.h 113 int64_t timeout_time() const { return timeout_time_; } function in class:rtc::Task
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 82 time_t timeout_time; /* when to age out the subscription */ member in struct:subscription
  /system/core/fs_mgr/
fs_mgr.c 87 time_t timeout_time = gettime() + timeout; local
90 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))

Completed in 3337 milliseconds