Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc759 timespec wait_timeout; in SuspendAllInternal() local
760 InitTimeSpec(false, CLOCK_MONOTONIC, NsToMs(thread_suspend_timeout_ns_), 0, &wait_timeout); in SuspendAllInternal()
767 if (futex(pending_threads.Address(), FUTEX_WAIT, cur_val, &wait_timeout, nullptr, 0) != 0) { in SuspendAllInternal()