PortAudio 2.0
PaUnixThread Struct Reference

#include <pa_unix_util.h>

Data Fields

pthread_t thread
 
int parentWaiting
 
int stopRequested
 
int locked
 
PaUnixMutex mtx
 
pthread_cond_t cond
 
PaUtilClockId condClockId
 
volatile sig_atomic_t stopRequest
 

Field Documentation

◆ cond

pthread_cond_t PaUnixThread::cond

◆ condClockId

PaUtilClockId PaUnixThread::condClockId

Referenced by PaUnixThread_New().

◆ locked

int PaUnixThread::locked

◆ mtx

◆ parentWaiting

int PaUnixThread::parentWaiting

◆ stopRequest

volatile sig_atomic_t PaUnixThread::stopRequest

◆ stopRequested

int PaUnixThread::stopRequested

◆ thread

pthread_t PaUnixThread::thread

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