Searched refs:ThreadSpec (Results 1 – 17 of 17) sorted by relevance
16 ThreadSpec::ThreadSpec() : in ThreadSpec() function in ThreadSpec24 ThreadSpec::ThreadSpec (const ThreadSpec &rhs) : in ThreadSpec() function in ThreadSpec32 const ThreadSpec &33 ThreadSpec::operator=(const ThreadSpec &rhs) in operator =()43 ThreadSpec::GetName () const in GetName()52 ThreadSpec::GetQueueName () const in GetQueueName()61 ThreadSpec::TIDMatches (Thread &thread) const in TIDMatches()70 ThreadSpec::IndexMatches (Thread &thread) const in IndexMatches()78 ThreadSpec::NameMatches (Thread &thread) const in NameMatches()87 ThreadSpec::QueueNameMatches (Thread &thread) const in QueueNameMatches()[all …]
41 ThreadSpec.cpp
47 ThreadSpec.cpp \
2202 m_thread_spec_ap.reset (new ThreadSpec(*rhs.m_thread_spec_ap.get())); in StopHook()2211 Target::StopHook::SetThreadSpecifier (ThreadSpec *specifier) in SetThreadSpecifier()
1007 Thread::MatchesSpec (const ThreadSpec *spec) in MatchesSpec()
32 class ThreadSpec35 ThreadSpec ();37 ThreadSpec (const ThreadSpec &rhs);39 const ThreadSpec &40 operator=(const ThreadSpec &rhs);
1034 SetThreadSpecifier (ThreadSpec *specifier);1036 ThreadSpec *1061 std::unique_ptr<ThreadSpec> m_thread_spec_ap;
308 MatchesSpec (const ThreadSpec *spec);
55 m_thread_spec_ap.reset (new ThreadSpec(*rhs.m_thread_spec_ap.get())); in WatchpointOptions()68 m_thread_spec_ap.reset(new ThreadSpec(*rhs.m_thread_spec_ap.get())); in operator =()145 const ThreadSpec *151 ThreadSpec *155 m_thread_spec_ap.reset (new ThreadSpec()); in GetThreadSpec()
63 m_thread_spec_ap.reset (new ThreadSpec(*rhs.m_thread_spec_ap.get())); in BreakpointOptions()81 m_thread_spec_ap.reset(new ThreadSpec(*rhs.m_thread_spec_ap.get())); in operator =()189 const ThreadSpec *195 ThreadSpec *199 m_thread_spec_ap.reset (new ThreadSpec()); in GetThreadSpec()
159 const ThreadSpec *167 ThreadSpec *250 std::unique_ptr<ThreadSpec> m_thread_spec_ap; // Thread for which this watchpoint will take
262 const ThreadSpec *270 ThreadSpec *351 std::unique_ptr<ThreadSpec> m_thread_spec_ap; // Thread for which this breakpoint will take
404 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadIndex()437 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadName()468 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetQueueName()
414 const ThreadSpec *spec = bp_site ? in BreakNotify()
224 class ThreadSpec; variable
389 …89010B13353E6F00698AC0 /* ThreadSpec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C08CDE711…1488 …ThreadSpec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.…1489 …ThreadSpec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; n…3118 4C08CDEB11C81F1E001610A8 /* ThreadSpec.h */,3119 4C08CDE711C81EF8001610A8 /* ThreadSpec.cpp */,4175 2689010B13353E6F00698AC0 /* ThreadSpec.cpp in Sources */,
4995 ThreadSpec *thread_spec = new ThreadSpec(); in DoExecute()