Fast reader-writer lock in C
I ported my fast reader-writer lock from C# to C for Process Hacker 2. Here it is. #include <windows.h> #include <intrin.h> // Put this in a header ...
I ported my fast reader-writer lock from C# to C for Process Hacker 2. Here it is. #include <windows.h> #include <intrin.h> // Put this in a header ...