Searched refs:ThreadSafeValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeValue.h1 //===-- ThreadSafeValue.h ---------------------------------------*- C++ -*-===//
22 class ThreadSafeValue class in namespace:lldb_private
28 ThreadSafeValue() : function in class:lldb_private::ThreadSafeValue
34 ThreadSafeValue(const T& value) : function in class:lldb_private::ThreadSafeValue
40 ~ThreadSafeValue()
89 // For ThreadSafeValue only
91 DISALLOW_COPY_AND_ASSIGN (ThreadSafeValue);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h32 #include "lldb/Core/ThreadSafeValue.h"
3635 ThreadSafeValue<lldb::StateType> m_public_state;
3636 ThreadSafeValue<lldb::StateType> m_private_state; // The actual state of our process

Completed in 64 milliseconds