#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 MUTEX_INITIALIZE | ( | A | ) | pthread_mutex_init(A, NULL) |
Definition at line 85 of file RtAudio.cxx.
Referenced by RtAudio::openStream().
#define MUTEX_LOCK | ( | A | ) | pthread_mutex_lock(A) |
Definition at line 86 of file RtAudio.cxx.
#define MUTEX_UNLOCK | ( | A | ) | pthread_mutex_unlock(A) |
Definition at line 87 of file RtAudio.cxx.