Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h63 bool TIDMatches(lldb::tid_t thread_id) const { in TIDMatches() function
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp76 bool ThreadSpec::TIDMatches(Thread &thread) const { in TIDMatches() function in ThreadSpec