Entropy Piano Tuner  1.1.3 (documentation not yet complete)
An open-source experimental software for piano tuning by entropy minimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
simplethreadhandler.h File Reference
#include <mutex>
#include <thread>
#include <atomic>
#include "eptexception.h"
+ Include dependency graph for simplethreadhandler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimpleThreadHandler
 Simple thread handler. More...
 

Macros

#define CHECK_CANCEL_THREAD   { if (cancelThread()) {return;} }
 
#define CANCEL_THREAD   { setCancelThread(true); return; }
 

Macro Definition Documentation

#define CANCEL_THREAD   { setCancelThread(true); return; }

Definition at line 33 of file simplethreadhandler.h.

#define CHECK_CANCEL_THREAD   { if (cancelThread()) {return;} }

Definition at line 32 of file simplethreadhandler.h.