Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h54 explicit ThreadList(uint64_t thread_suspend_timeout_ns);
Dthread_list.cc74 ThreadList::ThreadList(uint64_t thread_suspend_timeout_ns) in ThreadList() argument
80 thread_suspend_timeout_ns_(thread_suspend_timeout_ns), in ThreadList()