Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1258


Ignore:
Timestamp:
May 12, 2008, 6:36:15 PM (16 years ago)
Author:
landauf
Message:

even better. i start to like it ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/TclThreadManager.cc

    r1257 r1258  
    249249            boost::mutex::scoped_lock queue_lock(this->orxonoxInterpreterBundle_.queueMutex_);
    250250            if (this->orxonoxInterpreterBundle_.queue_.size() >= TCLTHREADMANAGER_MAX_QUEUE_LENGTH)
     251            {
     252                boost::this_thread::yield();
    251253                return;
     254            }
    252255        }
    253256
Note: See TracChangeset for help on using the changeset viewer.