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

/external/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);

Completed in 61 milliseconds