/[svn]/linuxsampler/trunk/src/engines/gig/DiskThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/DiskThread.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 360 by senkov, Sat Jan 1 08:18:07 2005 UTC revision 361 by schoenebeck, Wed Feb 9 01:22:18 2005 UTC
# Line 210  namespace LinuxSampler { namespace gig { Line 210  namespace LinuxSampler { namespace gig {
210      int DiskThread::Main() {      int DiskThread::Main() {
211          dmsg(3,("Disk thread running\n"));          dmsg(3,("Disk thread running\n"));
212          while (true) {          while (true) {
213                pthread_testcancel(); // mandatory for OSX
214              IsIdle = true; // will be set to false if a stream got filled              IsIdle = true; // will be set to false if a stream got filled
215    
216              // if there are ghost streams, delete them              // if there are ghost streams, delete them

Legend:
Removed from v.360  
changed lines
  Added in v.361

  ViewVC Help
Powered by ViewVC