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

/external/lldb/include/lldb/Host/
H A DProcessRunLock.h1 //===-- ProcessRunLock.h ----------------------------------------*- C++ -*-===//
26 /// @class ProcessRunLock ProcessRunLock.h "lldb/Host/ProcessRunLock.h"
32 class ProcessRunLock class in namespace:lldb_private
35 ProcessRunLock () : function in class:lldb_private::ProcessRunLock
45 ~ProcessRunLock ()
119 TryLock (ProcessRunLock *lock)
150 ProcessRunLock *m_lock;
159 DISALLOW_COPY_AND_ASSIGN(ProcessRunLock);
[all...]

Completed in 77 milliseconds