摘要:
《Operating System Concepts》学习第 27 天,p272-p285 总结,总计 14 页。 一、技术总结 1.semaphore A semaphore S is an integer variable that, apart from initialization, is 阅读全文
摘要:
《Operating System Concepts》学习第 26 天,p258-p271 总结,总计 14 页。 一、技术总结 1.critical section A section of code responsible for changing data that must only be 阅读全文
摘要:
《Operating System Concepts》学习第 21 天,p188-p199 总结,总计 12 页。 一、技术总结 1.thread-local storage Data available only to a given thread. 2.transaction (1)英语中的意思 阅读全文
摘要:
《Operating System Concepts》学习第 20 天,p180-p187 总结,总计 8 页。 一、技术总结 1.forke-join A strategy for thread creation in which the main parent thread creates (f 阅读全文