MythTV  master
Public Member Functions | Private Attributes | List of all members
AsyncLooseLock Class Reference

#include <libmyth/audio/audiooutputbase.h>

Collaboration diagram for AsyncLooseLock:
[legend]

Public Member Functions

 AsyncLooseLock ()=default
 
void Clear ()
 
void Ref ()
 
bool TestAndDeref ()
 

Private Attributes

int m_head {0}
 
int m_tail {0}
 

Detailed Description

Definition at line 36 of file audiooutputbase.h.

Constructor & Destructor Documentation

◆ AsyncLooseLock()

AsyncLooseLock::AsyncLooseLock ( )
default

Member Function Documentation

◆ Clear()

void AsyncLooseLock::Clear ( )
inline

Definition at line 40 of file audiooutputbase.h.

Referenced by AudioOutputBase::Reconfigure().

◆ Ref()

void AsyncLooseLock::Ref ( )
inline

◆ TestAndDeref()

bool AsyncLooseLock::TestAndDeref ( )
inline

Definition at line 42 of file audiooutputbase.h.

Referenced by AudioOutputBase::OutputAudioLoop().

Member Data Documentation

◆ m_head

int AsyncLooseLock::m_head {0}
private

Definition at line 44 of file audiooutputbase.h.

Referenced by Clear(), Ref(), and TestAndDeref().

◆ m_tail

int AsyncLooseLock::m_tail {0}
private

Definition at line 45 of file audiooutputbase.h.

Referenced by Clear(), and TestAndDeref().


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