Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 CPU 处于挂起状态(例如挂起到 RAM)时,定时条件变量会发生什么情况?计时器是继续还是暂停?如果 CPU 唤醒时超时,是否会错过超时条件?或者当 CPU 唤醒时定时器会恢复吗?
要求是,将至少wait等待请求的时间。如果操作系统的某些操作导致等待时间比请求的时间长,那么就会发生这种情况:它等待的时间更长。如果您需要精确(或几乎精确)的延迟,那么您需要一个实时操作系统 (RTOS)。
wait