[Insight-developers] Mutex locking in TimeStamp

Will Schroeder will.schroeder@kitware.com
Fri, 03 Nov 2000 10:55:55 -0500


Hi Folks-

I added a FastMutexLock class (to go along with MutexLock, but faster on a 
Windows system).
I also added MutexLocking around TimeStamp::Modified() code to avoid 
collisions now that we
are starting to multi-process.

Will