LLVM  8.0.1
Public Member Functions | List of all members
llvm::sys::SmartScopedLock< mt_only > Class Template Reference

#include "llvm/Support/Mutex.h"

Public Member Functions

 SmartScopedLock (SmartMutex< mt_only > &m)
 
 ~SmartScopedLock ()
 

Detailed Description

template<bool mt_only>
class llvm::sys::SmartScopedLock< mt_only >

Definition at line 142 of file Mutex.h.

Constructor & Destructor Documentation

◆ SmartScopedLock()

template<bool mt_only>
llvm::sys::SmartScopedLock< mt_only >::SmartScopedLock ( SmartMutex< mt_only > &  m)
inline

Definition at line 146 of file Mutex.h.

References llvm::sys::SmartMutex< mt_only >::lock().

◆ ~SmartScopedLock()

template<bool mt_only>
llvm::sys::SmartScopedLock< mt_only >::~SmartScopedLock ( )
inline

Definition at line 150 of file Mutex.h.

References llvm::sys::SmartMutex< mt_only >::unlock().


The documentation for this class was generated from the following file: