Searched defs:IsJoinable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Host/common/ | ||
H A D | HostThread.cpp | 30 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } in IsJoinable() function in HostThread |
H A D | HostNativeThreadBase.cpp | 32 bool HostNativeThreadBase::IsJoinable() const { in IsJoinable() function in HostNativeThreadBase |