/[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 1321 by schoenebeck, Tue Sep 4 01:12:49 2007 UTC revision 1481 by senoner, Wed Nov 14 23:42:15 2007 UTC
# Line 264  namespace LinuxSampler { namespace gig { Line 264  namespace LinuxSampler { namespace gig {
264      int DiskThread::Main() {      int DiskThread::Main() {
265          dmsg(3,("Disk thread running\n"));          dmsg(3,("Disk thread running\n"));
266          while (true) {          while (true) {
267                #if !defined(WIN32)
268              pthread_testcancel(); // mandatory for OSX              pthread_testcancel(); // mandatory for OSX
269                #endif
270              IsIdle = true; // will be set to false if a stream got filled              IsIdle = true; // will be set to false if a stream got filled
271    
272              // if there are ghost streams, delete them              // if there are ghost streams, delete them

Legend:
Removed from v.1321  
changed lines
  Added in v.1481

  ViewVC Help
Powered by ViewVC