Lines Matching refs:ThreadList

74 ThreadList::ThreadList(uint64_t thread_suspend_timeout_ns)  in ThreadList()  function in art::ThreadList
85 ThreadList::~ThreadList() { in ~ThreadList()
89 void ThreadList::ShutDown() { in ShutDown()
117 bool ThreadList::Contains(Thread* thread) { in Contains()
121 bool ThreadList::Contains(pid_t tid) { in Contains()
130 pid_t ThreadList::GetLockOwner() { in GetLockOwner()
134 void ThreadList::DumpNativeStacks(std::ostream& os) { in DumpNativeStacks()
144 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit()
170 void ThreadList::DumpUnattachedThreads(std::ostream& os, bool dump_native_stack) { in DumpUnattachedThreads()
254 void ThreadList::Dump(std::ostream& os, bool dump_native_stack) { in Dump()
276 void ThreadList::AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2) { in AssertThreadsAreSuspended()
320 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint()
407 void ThreadList::RunEmptyCheckpoint() { in RunEmptyCheckpoint()
517 size_t ThreadList::FlipThreadRoots(Closure* thread_flip_visitor, in FlipThreadRoots()
615 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll()
671 void ThreadList::SuspendAllInternal(Thread* self, in SuspendAllInternal()
774 void ThreadList::ResumeAll() { in ResumeAll()
826 bool ThreadList::Resume(Thread* thread, SuspendReason reason) { in Resume()
885 Thread* ThreadList::SuspendThreadByPeer(jobject peer, in SuspendThreadByPeer()
1006 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId()
1104 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId()
1113 void ThreadList::WaitForOtherNonDaemonThreadsToExit(bool check_no_birth) { in WaitForOtherNonDaemonThreadsToExit()
1154 void ThreadList::SuspendAllDaemonThreadsForShutdown() { in SuspendAllDaemonThreadsForShutdown()
1254 void ThreadList::Register(Thread* self) { in Register()
1289 void ThreadList::Unregister(Thread* self) { in Unregister()
1360 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach()
1366 void ThreadList::VisitRootsForSuspendedThreads(RootVisitor* visitor) { in VisitRootsForSuspendedThreads()
1402 void ThreadList::VisitRoots(RootVisitor* visitor, VisitRootFlags flags) const { in VisitRoots()
1409 void ThreadList::SweepInterpreterCaches(IsMarkedVisitor* visitor) const { in SweepInterpreterCaches()
1416 void ThreadList::VisitReflectiveTargets(ReflectiveValueVisitor *visitor) const { in VisitReflectiveTargets()
1423 uint32_t ThreadList::AllocThreadId(Thread* self) { in AllocThreadId()
1435 void ThreadList::ReleaseThreadId(Thread* self, uint32_t id) { in ReleaseThreadId()