Previous | Next --- Slide 68 of 94
Back to Lecture Thumbnails
amohamdy

I was curious how locks are implemented (especially without spinning a loop), and I found it's implemented into the architecture itself using instructions like test-and-set: https://en.wikipedia.org/wiki/Test-and-set

Please log in to leave a comment.