Ardour
9.0-pre0-582-g084a23a80d
|
#include <interthread_info.h>
Public Member Functions | |
InterThreadInfo () | |
Public Attributes | |
volatile bool | done |
volatile bool | cancel |
volatile float | progress |
pthread_t | thread |
ProcessThread | process_thread |
Definition at line 29 of file interthread_info.h.
|
inline |
Definition at line 31 of file interthread_info.h.
volatile bool ARDOUR::InterThreadInfo::cancel |
Definition at line 34 of file interthread_info.h.
volatile bool ARDOUR::InterThreadInfo::done |
Definition at line 33 of file interthread_info.h.
ProcessThread ARDOUR::InterThreadInfo::process_thread |
Definition at line 37 of file interthread_info.h.
volatile float ARDOUR::InterThreadInfo::progress |
Definition at line 35 of file interthread_info.h.
pthread_t ARDOUR::InterThreadInfo::thread |
Definition at line 36 of file interthread_info.h.