Searched refs:thread_suspend_timeout_ns_ (Results 1 – 2 of 2) sorted by relevance
81 thread_suspend_timeout_ns_(thread_suspend_timeout_ns), in ThreadList()658 NsToMs(thread_suspend_timeout_ns_), in SuspendAll()760 InitTimeSpec(false, CLOCK_MONOTONIC, NsToMs(thread_suspend_timeout_ns_), 0, &wait_timeout); in SuspendAllInternal()984 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByPeer()1095 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()
234 const uint64_t thread_suspend_timeout_ns_; variable