熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> 操作系統 >> 正文

2013年(下)操作系統試卷[8]

2022-06-13   來源: 操作系統 

  兩個並發進程的程序如下

  begin

  N:integer;

  N:=;

  cobegin

  process A

  begin

  L:N:=N+;

  go to L;

  end;

  process B

  begin

  L:print(N);

  N:=;

  go to L;

  end;

  coend;

  end;

  請回答

  ()指出這兩個並發進程的臨界區

  ()指出它們並發執行時可能出現的與時間有關的錯誤

  ()用PV操作進行管理寫出使它們能正確並發執行的程序

[]  []  []  []  []  []  []  []  


From:http://tw.wingwit.com/Article/program/czxt/201311/24342.html
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.