[Insight-users] Does the itk have its own mutex mechanism?

Luis Ibanez luis.ibanez at kitware.com
Thu Oct 16 08:30:26 EDT 2008


Hi Jun,

ITK provides several Mutex classes, that are based on the
native implementation of your platform (Windows, Linux,
Mac..)


Please go to the directory:

     Insight/Code/Common

and look at the files:

    itkFastMutexLock.cxx
    itkFastMutexLock.h
    itkMutexLock.cxx
    itkMutexLock.h
    itkMutexLockHolder.h
    itkSimpleFastMutexLock.cxx
    itkSimpleFastMutexLock.h

For more information about ITK and multi-threading,
you may want to read the following Tutorial:

http://www.na-mic.org/Wiki/images/2/24/Insight-MultiThreading.ppt

from the Advanced ITK course:

http://www.na-mic.org/Wiki/index.php/Dissemination:EPFL_Workshop_2005



Regards,


    Luis


-----------------
Jun Xiong wrote:
> Hi all,
> 
> I have one questions about the itk. Whether the ITK have implement its
> onw mutex mechanism?Thank you very much.
> 
> 
> Jun Xiong
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 


More information about the Insight-users mailing list