ハードウェアによる同期サポート
Hardware-based synchronization support
Test and set命令
"Test and set" instruction
テストに成功するとビットをセットする
Set a bit if test succeeds
競合してもひとつのCPUだけが成功する
Only one CPU succeeds the test
Lock命令
Lock instruction
次の命令において割込みを許さない
Disable hardware interrupt at next instruction
Compare and swap命令
68000, 80486系, etc.
Fetch and add命令