Multiple threads acquiring futex-based lock using C11 atomics?
I’m learning about atomics and the futex syscall; and am trying to implement my own (simple) lock for fun.
I’m learning about atomics and the futex syscall; and am trying to implement my own (simple) lock for fun.