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