|
LLDB mainline
|
#include <File.h>
Public Member Functions | |
| ValueGuard (std::mutex &m, bool b) | |
| operator bool () | |
Public Attributes | |
| std::lock_guard< std::mutex > | guard |
| bool | value |
|
inline |
|
inline |
| std::lock_guard<std::mutex> lldb_private::NativeFile::ValueGuard::guard |
Definition at line 421 of file File.h.
Referenced by ValueGuard().
| bool lldb_private::NativeFile::ValueGuard::value |
Definition at line 422 of file File.h.
Referenced by operator bool(), and ValueGuard().