Hacker News new | ask | show | jobs
by BeeOnRope 298 days ago
Critical section was IIRC built on top of windows manual/auto reset events which are a different primitive useful for more than just mutex but without the userspace coordination aspect (32 bit value) of futexes.