Skip to content

cbalkig/Java-MutualExclusive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Java-MutualExclusive

Processes A and B want to access file X first and then Y. All accesses are mutually exclusive. The requirement is that whichever of A and B accesses X first must also be first to access Y. For example, if X is accessed in the order BA, then Y must also be accessed in the order BA.