Searched refs:GetThreadTimes (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/uvwasi/src/ |
H A D | clocks.c | 138 UVWASI__WIN_TIME_AND_RETURN(GetCurrentThread(), GetThreadTimes, *time); in uvwasi__clock_gettime_thread_cputime() local
|
/third_party/benchmark/src/ |
H A D | timers.cc | 158 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | LzmaEncoder.cpp | 268 BOOL res = GetThreadTimes(thread
in Get()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 561 ::GetThreadTimes(::GetCurrentThread()
in PrintStat()
|
/third_party/python/Modules/ |
H A D | timemodule.c | 1413 ok = GetThreadTimes(thread, &creation_time, &exit_time, 1421 info->implementation = "GetThreadTimes()";
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 476 if (!GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &dummy, in GetUserTime()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 498 ::GetThreadTimes(::GetCurrentThread()
2115 if (::GetThreadTimes(encoders[i].thread[j], &creationTime, &exitTime, &kernelTime, &userTime) != 0)
|
Completed in 13 milliseconds