x86 LOCK question on multi-core CPUs

Viewed 13755

Is it true that the x86 ASM "LOCK" command prefix causes all cores to freeze while the instruction following "LOCK" is being executed?

I read this in a blog post and it doesn't make sense. I can't find anything that indicates if this is true or not.

2 Answers
Related