Home
last modified time | relevance | path

Searched refs:GetThreadTimes (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/uvwasi/src/
H A Dclocks.c138 UVWASI__WIN_TIME_AND_RETURN(GetCurrentThread(), GetThreadTimes, *time); in uvwasi__clock_gettime_thread_cputime() local
/third_party/benchmark/src/
H A Dtimers.cc158 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp268 BOOL res = GetThreadTimes(thread in Get()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp561 ::GetThreadTimes(::GetCurrentThread() in PrintStat()
/third_party/python/Modules/
H A Dtimemodule.c1413 ok = GetThreadTimes(thread, &creation_time, &exit_time,
1421 info->implementation = "GetThreadTimes()";
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc476 if (!GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &dummy, in GetUserTime()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp498 ::GetThreadTimes(::GetCurrentThread()
2115 if (::GetThreadTimes(encoders[i].thread[j], &creationTime, &exitTime, &kernelTime, &userTime) != 0)

Completed in 13 milliseconds