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()
633 NsToMs(thread_suspend_timeout_ns_), in SuspendAll()
729 InitTimeSpec(false, CLOCK_MONOTONIC, NsToMs(thread_suspend_timeout_ns_), 0, &wait_timeout); in SuspendAllInternal()
968 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByPeer()
1079 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()
Dthread_list.h234 const uint64_t thread_suspend_timeout_ns_; variable