Multi-threading
进程 process 线程 thread
In general, there could be multiple threads in a process.
上下文切换 context switch
一般来说, 我们说的多线程是指在一个进程中有多个线程在执行任务 In general, when we say ‘multi-threading’, we mean there are multiple threads doing tasks within a process.
cpu/核/core 基本通用
一个core在一个时间段内只能跑一个线程(thread)