Searched refs:thread_time_ns (Results 1 – 5 of 5) sorted by relevance
65 uint64_t thread_time_ns = 0; in GetThreadCPUTimeNs() local70 runner_->PostTask([this, &thread_time_ns, &cv] { in GetThreadCPUTimeNs()72 thread_time_ns = static_cast<uint64_t>(base::GetThreadCPUTimeNs().count()); in GetThreadCPUTimeNs()76 cv.wait(lock, [&thread_time_ns] { return thread_time_ns != 0; }); in GetThreadCPUTimeNs()77 return thread_time_ns; in GetThreadCPUTimeNs()
86 time.thread_time_ns())
565 Add time.thread_time() and time.thread_time_ns()
624 .. function:: thread_time_ns() -> int
1448 The new :func:`time.thread_time` and :func:`time.thread_time_ns` functions