|
|
|
|
|
by addaon
213 days ago
|
|
> Does there exist any platform which has multithreading but not atomics? Yes. Also, almost every platform I know that supports multi threading and atomics doesn’t support atomics between /all/ possible masters. Consider a microcontroller with, say, two Arm cores (multithreaded, atomic-supporting) and a DMA engine. |
|