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

  /art/runtime/
thread_list.cc 648 const uint64_t suspend_time = end_time - start_time; local
649 suspend_all_historam_.AdjustAndAddValue(suspend_time);
650 if (suspend_time > kLongThreadSuspendThreshold) {
651 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 272 struct os_time suspend_time; member in struct:wpa_global
    [all...]

Completed in 131 milliseconds