Lines Matching defs:thread
327 NativeThreadLinux &thread = AddThread(tid, /*resume*/ false); in NativeProcessLinux() local
431 void NativeProcessLinux::MonitorCallback(NativeThreadLinux &thread, in MonitorCallback()
520 NativeThreadLinux &thread) { in MonitorSIGTRAP()
708 void NativeProcessLinux::MonitorTrace(NativeThreadLinux &thread) { in MonitorTrace()
718 void NativeProcessLinux::MonitorBreakpoint(NativeThreadLinux &thread) { in MonitorBreakpoint()
733 void NativeProcessLinux::MonitorWatchpoint(NativeThreadLinux &thread, in MonitorWatchpoint()
749 NativeThreadLinux &thread) { in MonitorSignal()
906 for (const auto &thread : m_threads) { in Resume() local
923 for (const auto &thread : m_threads) { in Resume() local
982 for (const auto &thread : m_threads) { in Detach() local
1016 for (const auto &thread : m_threads) { in Interrupt() local
1239 NativeThreadLinux &thread = *GetCurrentThread(); in Syscall() local
1644 for (const auto &thread : m_threads) { in HasThreadNoLock() local
1656 void NativeProcessLinux::StopTrackingThread(NativeThreadLinux &thread) { in StopTrackingThread()
1711 NativeThreadLinux &thread = in AddThread() local
1773 Status NativeProcessLinux::ResumeThread(NativeThreadLinux &thread, in ResumeThread()
1823 for (const auto &thread : m_threads) { in StopRunningThreads() local
1860 void NativeProcessLinux::ThreadWasCreated(NativeThreadLinux &thread) { in ThreadWasCreated()
1927 NativeThreadLinux *thread = GetThreadByID(KV.first); in SigchldHandler() local