⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

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. --[[User:Ce|Ce]] 13:29, 5 December 2008 (UTC)