Synchronization Primitives: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Frank (talk | contribs)
m Formating and link fixes
Frank (talk | contribs)
Taking page out of pages to review
Line 1:
{{Convert}}
 
All the techniques presented here are basic building blocks to address the problem of ''process synchronization''. E.g. given programs that are running independently from each other on the same machine, how can one ensure some properties about what combination of operations are allowed and what combinations are not.