logoalt Hacker News

tomberttoday at 4:00 AM0 repliesview on HN

Totally fair. I haven’t done much kernel stuff (outside of very basic toy stuff for QEMU).

At the level I work (which is generally server/distributed stuff), I have always used mutexes that are built into the platform.

Or more realistically, if I am the one writing the code, I just avoid mutexes and make my code ridiculously convoluted to do so.