Is there progress in interested variable mechanism in process synchronization in operating system?

后端 未结 0 1806
半阙折子戏
半阙折子戏 2021-02-02 05:00

Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:

/*  P1   */
while (tr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题