Jump to content

Talk:Singleton

From Rosetta Code
(Redirected from Talk:Global Singleton)

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)

Cookies help us deliver our services. By using our services, you agree to our use of cookies.