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

  /external/google-benchmark/src/
timers.cc 110 FILETIME exit_time; local
113 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time,
141 FILETIME exit_time; local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
  /external/libcxx/utils/google-benchmark/src/
timers.cc 110 FILETIME exit_time; local
113 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time,
141 FILETIME exit_time; local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 110 FILETIME exit_time; local
113 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time,
141 FILETIME exit_time; local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 68 FILETIME creation_time, exit_time, kernel_time, user_time; local
69 if (GetProcessTimes(process_handle_, &creation_time, &exit_time,
  /external/ltp/pan/
ltp-pan.c 122 time_t exit_time, char *term_type, int stat_loc,
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 944 FILETIME creation_time, exit_time, kernel_time, user_time; local
950 ok = GetProcessTimes(process, &creation_time, &exit_time, &kernel_time, &user_time);
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 2649 exit_time; local
    [all...]

Completed in 270 milliseconds