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

  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 501 os_get_time(&global->suspend_time);
514 if (global->suspend_time.sec == 0)
518 slept = now.sec - global->suspend_time.sec;
wpa_supplicant_i.h 258 struct os_time suspend_time; member in struct:wpa_global
    [all...]
  /art/runtime/
thread_list.cc 502 const uint64_t suspend_time = end_time - start_time; local
503 suspend_all_historam_.AdjustAndAddValue(suspend_time);
504 if (suspend_time > kLongThreadSuspendThreshold) {
505 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time);
    [all...]

Completed in 165 milliseconds