RtAudio.cxx File Reference

#include "RtAudio.hxx"
#include <vector>
#include <cstdio>
#include <iostream>

Go to the source code of this file.

Defines

#define MUTEX_INITIALIZE(A)   pthread_mutex_init(A, NULL)
#define MUTEX_LOCK(A)   pthread_mutex_lock(A)
#define MUTEX_UNLOCK(A)   pthread_mutex_unlock(A)

Define Documentation

#define MUTEX_INITIALIZE (  )     pthread_mutex_init(A, NULL)

Definition at line 85 of file RtAudio.cxx.

Referenced by RtAudio::openStream().

#define MUTEX_LOCK (  )     pthread_mutex_lock(A)

Definition at line 86 of file RtAudio.cxx.

#define MUTEX_UNLOCK (  )     pthread_mutex_unlock(A)

Definition at line 87 of file RtAudio.cxx.

Generated by  doxygen 1.6.3