projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OOP initial commit.
[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
;