Paul Martz wrote on Friday, November 30, 2007 1:28 PM: > 1. I always understood "reentrant" to refer to code or an object that > could be executed safely by multiple threads or processes. However, > the ReentrantMutex would only be used for code that is safe for the > _same_ thread or process to execute concurrently, thus my confusion. > Is the name "reentrant" appropriate here?
I believe the standard term is "recursive". -- Bryan Thrall FlightSafety International [EMAIL PROTECTED] _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

