Searched defs:IsJoinable (Results 1 – 3 of 3) sorted by relevance
| /external/llvm-project/lldb/source/Host/common/ | ||
| D | HostThread.cpp | 30 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } in IsJoinable() function in HostThread |
| D | HostNativeThreadBase.cpp | 34 bool HostNativeThreadBase::IsJoinable() const { in IsJoinable() function in HostNativeThreadBase |
| /external/libchrome/base/threading/ | ||
| D | watchdog.cc | 77 bool Watchdog::IsJoinable() { in IsJoinable() function in base::Watchdog |