ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > CLASS (2016-2017-1)-62903-06102-1 > 2014329620080_薛丽爽 > 6.1 >
textbook 6.1 Version 0
👤 Author: by lsxueout163com 2016-11-01 15:43:20
1、Mutual exclusion

The flag and turn variables usage can satisfy this requirement. Only one process will succeed if two flag variables are both true. The turn variable is the same. Also only the turn variable is updated of another process can the waiting process step into its critical section.

2、Progress

The flag and turn variables usage can also meet this requirement. If a process intends to enter its critical section, it can set the flag variable

Please login to reply. Login

Reversion History

Loading...
No reversions found.