# Thread **Repository Path**: isuperheroo/Thread ## Basic Information - **Project Name**: Thread - **Description**: 线程切换与线程调度原理 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-03-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 线程切换与线程调度原理 v1 是切换原理 v2 是封装 thread_create v3 是修改调度函数 v4 是分模块,并添加 mysleep 等 v5 添加了时钟,线程有自己的时间片。调度代码参考了 linux 0.11