Talk:Singleton: Difference between revisions

From Rosetta Code
(Is the C++ thread-safe solution correct?)
 
 
(No difference)

Latest revision as of 13:28, 6 February 2010

Is the C++ thread-safe solution correct? I don't know the MS API, but to me it looks as if the code creates a new mutex each time it executes the code. However, the mutex locking can only work if both threads lock the same mutex. --Ce 13:29, 5 December 2008 (UTC)