Skip to content

firejq/threadLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-level-threadlib

一个使用 c++ 98 实现的 unix 简易用户级线程库.

Interface

image

Feature

  • 通过 sigsetjmpsiglongjmp 保存寄存器信息进行线程上下文切换;
  • 使用 unix 信号在用户态空间模拟时钟滴答;
  • 实现以下调度算法:FCFS、RR、HP;

TODO

  • 加入信号量,实现线程的互斥与顺序保证

LICENSE

The user-level-threadlib is under the MIT License.

About

简易的 UNIX 用户级线程库

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published