AAX SDK  2.4.1
Avid Audio Extensions Development Kit
List of all members | Public Member Functions
AAX_CMutex Class Reference

#include <AAX_CMutex.h>

Description

Mutex with try lock functionality.

Public Member Functions

 AAX_CMutex ()
 
 ~AAX_CMutex ()
 
bool Lock ()
 
void Unlock ()
 
bool Try_Lock ()
 

Constructor & Destructor Documentation

◆ AAX_CMutex()

AAX_CMutex::AAX_CMutex ( )

◆ ~AAX_CMutex()

AAX_CMutex::~AAX_CMutex ( )

Member Function Documentation

◆ Lock()

bool AAX_CMutex::Lock ( )

Referenced by AAX_StLock_Guard::AAX_StLock_Guard().

Here is the caller graph for this function:

◆ Unlock()

void AAX_CMutex::Unlock ( )

Referenced by AAX_StLock_Guard::~AAX_StLock_Guard().

Here is the caller graph for this function:

◆ Try_Lock()

bool AAX_CMutex::Try_Lock ( )

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