Home
last modified time | relevance | path

Searched refs:thread_suspend_timeout_ns_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread_list.cc80 thread_suspend_timeout_ns_(thread_suspend_timeout_ns), in ThreadList()
624 NsToMs(thread_suspend_timeout_ns_), in SuspendAll()
720 InitTimeSpec(false, CLOCK_MONOTONIC, NsToMs(thread_suspend_timeout_ns_), 0, &wait_timeout); in SuspendAllInternal()
961 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByPeer()
1074 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()
Dthread_list.h235 const uint64_t thread_suspend_timeout_ns_; variable