Talk:Singleton: Difference between revisions

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

Revision as of 13:29, 5 December 2008

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)