svcore  1.9
MutexLocker Class Reference

#include <Thread.h>

Collaboration diagram for MutexLocker:

Classes

class  Printer
 

Public Member Functions

 MutexLocker (QMutex *mutex, const char *name)
 
 ~MutexLocker ()
 

Private Attributes

Profiler m_profiler
 
Printer m_printer
 
QMutexLocker m_locker
 

Detailed Description

Definition at line 43 of file Thread.h.

Constructor & Destructor Documentation

◆ MutexLocker()

MutexLocker::MutexLocker ( QMutex *  mutex,
const char *  name 
)

Definition at line 60 of file Thread.cpp.

References Profiler::end(), m_profiler, and mutex.

◆ ~MutexLocker()

MutexLocker::~MutexLocker ( )

Definition at line 71 of file Thread.cpp.

Member Data Documentation

◆ m_profiler

Profiler MutexLocker::m_profiler
private

Definition at line 59 of file Thread.h.

Referenced by MutexLocker().

◆ m_printer

Printer MutexLocker::m_printer
private

Definition at line 60 of file Thread.h.

◆ m_locker

QMutexLocker MutexLocker::m_locker
private

Definition at line 61 of file Thread.h.


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