Searched refs:thread_suspend_timeout_ns_ (Results 1 – 2 of 2) sorted by relevance
80 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()
235 const uint64_t thread_suspend_timeout_ns_; variable