HomeSort by relevance Sort by last modified time
    Searched defs:ThreadList (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread_list.h 43 class ThreadList {
50 explicit ThreadList(uint64_t thread_suspend_timeout_ns);
51 ~ThreadList();
212 // Number of threads unregistering, ~ThreadList blocks until this hits 0.
229 DISALLOW_COPY_AND_ASSIGN(ThreadList);
thread_list.cc 70 ThreadList::ThreadList(uint64_t thread_suspend_timeout_ns)
81 ThreadList::~ThreadList() {
107 bool ThreadList::Contains(Thread* thread) {
111 bool ThreadList::Contains(pid_t tid) {
120 pid_t ThreadList::GetLockOwner() {
124 void ThreadList::DumpNativeStacks(std::ostream& os) {
134 void ThreadList::DumpForSigQuit(std::ostream& os) {
161 void ThreadList::DumpUnattachedThreads(std::ostream& os, bool dump_native_stack)
    [all...]

Completed in 613 milliseconds