Add 0 preemption rate flag for blocking test and fix comment

This commit is contained in:
tiif 2024-08-25 03:14:42 +08:00
parent 25ca855431
commit 7d5be0629b

View file

@ -172,7 +172,7 @@ pub enum BlockReason {
Futex { addr: u64 },
/// Blocked on an InitOnce.
InitOnce(InitOnceId),
/// Blocked on epoll
/// Blocked on epoll.
Epoll,
}