projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b8262e7d8904b6a13345d01b8df36ad650f5f824
[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
;