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

  /external/chromium/third_party/libjingle/source/talk/base/
task.h 130 int64 timeout_time() const { return timeout_time_; } function in class:talk_base::Task
  /system/core/init/
util.c 355 time_t timeout_time = gettime() + timeout; local
358 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
  /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 102 time_t timeout_time = gettime() + timeout; local
105 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))

Completed in 177 milliseconds