Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / architecture / scheduler.cpp
1
2 #define THREAD_SIZE 64
3
4 class TaskQueue;
5 class DSPThreadPool;
6
7 // Globals
8 TaskQueue* gTaskQueueList[THREAD_SIZE] = {0};
9 DSPThreadPool* gThreadPool = 0;
10 int gClientCount = 0;