AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 ( )

Member Function Documentation

bool AAX_CMutex::Lock ( )

Referenced by AAX_StLock_Guard::AAX_StLock_Guard().

Here is the caller graph for this function:

void AAX_CMutex::Unlock ( )

Referenced by AAX_StLock_Guard::~AAX_StLock_Guard().

Here is the caller graph for this function:

bool AAX_CMutex::Try_Lock ( )

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