Changeset 3366 for code/branches/resource/src/core/TclThreadManager.cc
- Timestamp:
- Jul 29, 2009, 10:27:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/core/TclThreadManager.cc
r3361 r3366 91 91 RegisterRootObject(TclThreadManager); 92 92 93 assert(TclThreadManager::singletonPtr_s == 0);94 TclThreadManager::singletonPtr_s = this;95 96 93 this->numInterpreterBundles_ = 0; 97 94 … … 116 113 TclThreadManager::~TclThreadManager() 117 114 { 118 TclThreadManager::singletonPtr_s = 0;119 120 115 delete this->interpreterBundlesMutex_; 121 116 // delete this->mainInterpreterMutex_; // <-- temporary disabled to avoid crash if a thread is still actively queriyng
Note: See TracChangeset
for help on using the changeset viewer.