You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

427 B

多线程学习

并发与并行

进程与线程

原生线程

托管线程

简介

抢占模式与合作模式

线程本地存储

原子操作与无锁算法

  • 自旋锁
  • 互斥锁
  • 混合锁与lock语句
  • 读写锁

信号量

异步操作

执行上下文

同步上下文

多线程编程模型

基于事件的模型

基于任务的模型