Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBTimer.h34 if (rhs.IsThreadSafe()) in DNBTimer()
42 if (rhs.IsThreadSafe())
50 bool IsThreadSafe() const { return m_mutexAP.get() != NULL; } in IsThreadSafe() function