Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::InterThreadInfo Class Reference

#include <interthread_info.h>

Inheritance diagram for ARDOUR::InterThreadInfo:
[legend]

Public Member Functions

 InterThreadInfo ()
 

Public Attributes

volatile bool done
 
volatile bool cancel
 
volatile float progress
 
pthread_t thread
 
ProcessThread process_thread
 

Detailed Description

Definition at line 29 of file interthread_info.h.

Constructor & Destructor Documentation

◆ InterThreadInfo()

ARDOUR::InterThreadInfo::InterThreadInfo ( )
inline

Definition at line 31 of file interthread_info.h.

Member Data Documentation

◆ cancel

volatile bool ARDOUR::InterThreadInfo::cancel

Definition at line 34 of file interthread_info.h.

◆ done

volatile bool ARDOUR::InterThreadInfo::done

Definition at line 33 of file interthread_info.h.

◆ process_thread

ProcessThread ARDOUR::InterThreadInfo::process_thread

Definition at line 37 of file interthread_info.h.

◆ progress

volatile float ARDOUR::InterThreadInfo::progress

Definition at line 35 of file interthread_info.h.

◆ thread

pthread_t ARDOUR::InterThreadInfo::thread

Definition at line 36 of file interthread_info.h.


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