# 系統程式設計 - Thread Introduction (High Level) [TOC] ## 課程影片 ### PP thread 2 {%youtube KYLMeNGpeTI %} ## 冷知識 ### 只有 `clone()` Linux 的 `pthread` 們其實只是共享程度比較高的 `struct task_struct`。`pthread` 這個執行緒的抽象層是 NPTL 中另外實作的。