OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_start
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
thread_pool.cc
147
const uint64_t
wait_start
= kMeasureWaitTime ? NanoTime() : 0;
local
151
total_wait_time_ += wait_end - std::max(
wait_start
, start_time_);
/art/runtime/gc/
heap.cc
1732
uint64_t
wait_start
= NanoTime();
local
[
all
...]
Completed in 32 milliseconds