1 | All processors associated with the same shared memory structure access the exact same storage location |
2 | Synchronisation is achieved by controlling tasks' reading from and writing to the shared memory. |
3 | A shared memory location must not be changed by one task while another, concurrent task is accessing it. |