Concurrent data structure: Difference between revisions

Content deleted Content added
Basic principles: Single-processor machines are called uni-processor or so, but not "a processor machine". I'd say.
That's just "interleaving" in the general dictionary sense; there's no item on the interleaving disambiguation page for it.
Line 8:
machines with [[operating systems]] that supported multiple
computing threads (or [[process (computing)|processes]]). The term [[concurrency (computer science)|concurrency]] captured the
[[multiplexing]]/[[interleaving]] of the threads' operations on the
data by the operating system, even though the processors never
issued two operations that accessed the data simultaneously.