Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QDBusLockerBase Struct Reference

#include <qdbusthreaddebug_p.h>

Inheritance diagram for QDBusLockerBase:
Collaboration diagram for QDBusLockerBase:

Public Types

enum  Condition {
  BeforeLock , AfterLock , BeforeUnlock , AfterUnlock ,
  BeforePost , AfterPost , BeforeDeliver , AfterDeliver ,
  BeforeAcquire , AfterAcquire , BeforeRelease , AfterRelease
}

Static Public Member Functions

static void reportThreadAction (int, int, QDBusConnectionPrivate *)

Detailed Description

Definition at line 65 of file qdbusthreaddebug_p.h.

Member Enumeration Documentation

◆ Condition

Enumerator
BeforeLock 
AfterLock 
BeforeUnlock 
AfterUnlock 
BeforePost 
AfterPost 
BeforeDeliver 
AfterDeliver 
BeforeAcquire 
AfterAcquire 
BeforeRelease 
AfterRelease 

Definition at line 67 of file qdbusthreaddebug_p.h.

Member Function Documentation

◆ reportThreadAction()

void QDBusLockerBase::reportThreadAction ( int ,
int ,
QDBusConnectionPrivate *  )
inlinestatic

Definition at line 89 of file qdbusthreaddebug_p.h.

Referenced by QDBusReadLocker::~QDBusReadLocker(), QDBusWriteLocker::~QDBusWriteLocker(), and QDBusActivateObjectEvent::placeMetaCall().

Here is the caller graph for this function:

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