11#if OPERATING_SYSTEM == MAC_OS
22#if OPERATING_SYSTEM == WINDOWS
28 pthread_t _posixThreadID;
Base class for the Finale Framework classes.
Definition ff_base.h:71
Class for multithreading.
Definition ff_threads.h:19
bool Start()
Starts the execution of a thread.
Definition finaleframework.cpp:38713
FCThread()
The constructor.
Definition ff_threads.h:33
bool IsExecuting()
Returns true if a thread is executing.
Definition ff_threads.h:48
virtual void Execute()
The running code for the thread. Override in child classes.
Definition ff_threads.h:42
void WaitUntilEnd()
Waits until the thread ends. This can only be called from the main thread.
Definition finaleframework.cpp:38748
void _Executor()
For internal use only!
Definition finaleframework.cpp:38741