updated multi threading shared code on multiple platforms.

This commit is contained in:
ejcoumans
2007-06-15 02:06:56 +00:00
parent 718b73371f
commit ea4dfc15d5
12 changed files with 67 additions and 39 deletions

View File

@@ -104,10 +104,10 @@ public:
void waitForResponse(unsigned int *puiArgument0, unsigned int *puiArgument1);
///start the spus (can be called at the beginning of each frame, to make sure that the right SPU program is loaded)
void startSPUs(Win32ThreadConstructionInfo& threadConstructionInfo);
void startSPU(Win32ThreadConstructionInfo& threadConstructionInfo);
///tell the task scheduler we are done with the SPU tasks
void stopSPUs();
void stopSPU();
};