Designed and implemented by Chris M. Thomasson. Complete implementation can be found on GitHub.

mutex.h:

One Reply to “Read/write mutex”

  1. Thanks for your interest in my algorithm. I had a fun time creating it back in 2007-2008. It was interesting to think up a scheme that can get around any CAS loops. Also, this is 100% starvation free. Nice. :^)

Leave a Reply