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

/art/runtime/
H A Dthread_list.cc1373 static constexpr size_t kTimeoutMicroseconds = 2000 * 1000; local
1375 for (size_t i = 0; i < kTimeoutMicroseconds / kSleepMicroseconds; ++i) {

Completed in 347 milliseconds