Recursive Mutexes Considered Harmful

David Butenhof (via Hacker News): But nobody was supposed to use recursive mutexes. For the original intended purpose, only the global mutex would work anyway. And if you could analyze the code paths enough to know that a separate mutex was safe, why the heck would anyone want the overhead and complication of a recursive … Continue reading Recursive Mutexes Considered Harmful