Home
last modified time | relevance | path

Searched refs:OnThreadDestroyed (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.h51 llvm::Error OnThreadDestroyed(lldb::tid_t tid);
H A DIntelPTCollector.cpp190 Error IntelPTCollector::OnThreadDestroyed(lldb::tid_t tid) { in OnThreadDestroyed() function in IntelPTCollector
H A DNativeProcessLinux.cpp1690 Status error(m_intel_pt_collector.OnThreadDestroyed(tid)); in NotifyTracersOfThreadDestroyed()