Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadSpec.cpp76 bool ThreadSpec::TIDMatches(Thread &thread) const { in TIDMatches() function in ThreadSpec
81 return TIDMatches(thread_id); in TIDMatches()
111 if (!TIDMatches(thread)) in ThreadPassesBasicTests()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThreadSpec.h63 bool TIDMatches(lldb::tid_t thread_id) const { in TIDMatches() function
70 bool TIDMatches(Thread &thread) const;