Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreSystem.h @ 75:a15cc186e07d pygar svn.76
[svn r76] should be fully parameterized for however many cores we want (not fully tested)
author | punk |
---|---|
date | Wed, 12 May 2010 03:14:53 -0400 |
parents | 0cfbb1e2de22 |
children |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.h Wed May 12 02:25:34 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.h Wed May 12 03:14:53 2010 -0400 1.3 @@ -39,7 +39,8 @@ 1.4 static sem_t throttle; 1.5 static pthread_mutex_t lock; 1.6 static pthread_cond_t cond; 1.7 - 1.8 + static bool areAllFilesComplete(int numVoices, bool isFini[]); 1.9 + 1.10 public: 1.11 CONNECTED_APPLICATION_CLASS(VIRTUAL_PLATFORM vp); 1.12 ~CONNECTED_APPLICATION_CLASS();