Dawid Bautsch Dev Blog

Month: April 2021

Mutual exclusions mechanism on x86 processors

If you have at least let’s say 2-3 years of experience in programming, then there is a big chance, that you faced at least once a problem when two threads were trying to access some resource at the same time. At that time you ended with race condition or undefined behavior. What was the solution […]

Back to top