|
|
|
|
|
by jasonwatkinspdx
2516 days ago
|
|
When people say "lock the bus" they don't literally mean it's like there's a single bus and mutex. Atomic operations execute atop the cache consistency protocol, which typically looks like: https://en.wikipedia.org/wiki/MOESI_protocol It is indeed true that atomic operations will execute in a bounded time, and processors generally provide fairness guarantees as well. |
|