/[svn]/linuxsampler/trunk/src/common/WorkerThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/WorkerThread.cpp

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

revision 1222 by persson, Sun Jun 10 06:54:54 2007 UTC revision 1649 by nagata, Fri Jan 25 15:06:02 2008 UTC
# Line 38  namespace LinuxSampler { Line 38  namespace LinuxSampler {
38      // Entry point for the worker thread.      // Entry point for the worker thread.
39      int WorkerThread::Main() {      int WorkerThread::Main() {
40          while (true) {          while (true) {
41    
42            #if CONFIG_PTHREAD_TESTCANCEL
43                            TestCancel();
44            #endif
45              while (!queue.empty()) {              while (!queue.empty()) {
46                  Runnable* pJob;                  Runnable* pJob;
47    

Legend:
Removed from v.1222  
changed lines
  Added in v.1649

  ViewVC Help
Powered by ViewVC