《Operating System Concepts》閱讀筆記:p159-p161
《Operating System Concepts》學(xué)習(xí)第 16 天,p159-p161 總結(jié),總計(jì) 3 頁(yè)。
一、技術(shù)總結(jié)
1.thread
(1)定義
A thread is a basic unit of CPU utilization; it comprises a thread ID, a program counter (PC), a register set, and a stack.
A process control structure that is an execution location. A process with a single thread executes only one task at a time, while a multi-threaded process can execute a task per thread.
二、英語(yǔ)總結(jié)(生詞:0)
無(wú)。
關(guān)于英語(yǔ)的注解同步更新匯總到 https://github.com/codists/English-In-CS-Books 倉(cāng)庫(kù)。
三、其它
今天沒(méi)有什么想說(shuō)的。
四、參考資料
1. 編程
(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/
2. 英語(yǔ)
(1) Etymology Dictionary:https://www.etymonline.com
(2) Cambridge Dictionary:https://dictionary.cambridge.org

歡迎搜索及關(guān)注:編程人(a_codists)
浙公網(wǎng)安備 33010602011771號(hào)