Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadSpec.cpp61 ThreadSpec::TIDMatches (Thread &thread) const in TIDMatches() function in ThreadSpec
67 return TIDMatches (thread_id); in TIDMatches()
103 if (!TIDMatches(thread)) in ThreadPassesBasicTests()
/external/lldb/include/lldb/Target/
DThreadSpec.h85 TIDMatches (lldb::tid_t thread_id) const in TIDMatches() function
94 TIDMatches (Thread &thread) const;
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp417 if (spec && spec->TIDMatches(*this)) in BreakNotify()