使当前线程从执行状态(运行状态)变为可执行态(就绪状态)。
当前线程到了就绪状态,那么接下来哪个线程会从就绪状态变成执行状态呢?
可能是当前线程,也可能是其他线程,看系统的分配了。

Was this helpful?

1 / 0

发表回复 0

Your email address will not be published.