reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/HostNativeThreadBase.h
   35   virtual bool IsJoinable() const;

References

tools/lldb/source/Host/common/HostThread.cpp
   30 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); }
tools/lldb/source/Host/posix/HostThreadPosix.cpp
   27   if (IsJoinable()) {
   42   if (IsJoinable()) {
   55   if (IsJoinable()) {