First cleaning step in "dsp_files" directory.
[Faustine.git] / interpretor / 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;