Changeset 1258
- Timestamp:
- May 12, 2008, 6:36:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclThreadManager.cc
r1257 r1258 249 249 boost::mutex::scoped_lock queue_lock(this->orxonoxInterpreterBundle_.queueMutex_); 250 250 if (this->orxonoxInterpreterBundle_.queue_.size() >= TCLTHREADMANAGER_MAX_QUEUE_LENGTH) 251 { 252 boost::this_thread::yield(); 251 253 return; 254 } 252 255 } 253 256
Note: See TracChangeset
for help on using the changeset viewer.