Lines Matching defs:thread
321 NativeThreadLinux &thread = AddThread(tid, /*resume*/ false); in NativeProcessLinux() local
425 void NativeProcessLinux::MonitorCallback(NativeThreadLinux &thread, in MonitorCallback()
514 NativeThreadLinux &thread) { in MonitorSIGTRAP()
702 void NativeProcessLinux::MonitorTrace(NativeThreadLinux &thread) { in MonitorTrace()
712 void NativeProcessLinux::MonitorBreakpoint(NativeThreadLinux &thread) { in MonitorBreakpoint()
727 void NativeProcessLinux::MonitorWatchpoint(NativeThreadLinux &thread, in MonitorWatchpoint()
743 NativeThreadLinux &thread) { in MonitorSignal()
901 for (const auto &thread : m_threads) { in Resume() local
918 for (const auto &thread : m_threads) { in Resume() local
983 for (const auto &thread : m_threads) { in Detach() local
1017 for (const auto &thread : m_threads) { in Interrupt() local
1240 NativeThreadLinux &thread = *GetCurrentThread(); in Syscall() local
1645 for (const auto &thread : m_threads) { in HasThreadNoLock() local
1657 void NativeProcessLinux::StopTrackingThread(NativeThreadLinux &thread) { in StopTrackingThread()
1712 NativeThreadLinux &thread = in AddThread() local
1774 Status NativeProcessLinux::ResumeThread(NativeThreadLinux &thread, in ResumeThread()
1824 for (const auto &thread : m_threads) { in StopRunningThreads() local
1861 void NativeProcessLinux::ThreadWasCreated(NativeThreadLinux &thread) { in ThreadWasCreated()
1928 NativeThreadLinux *thread = GetThreadByID(KV.first); in SigchldHandler() local