Add 0 preemption rate flag for blocking test and fix comment
This commit is contained in:
parent
25ca855431
commit
7d5be0629b
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ pub enum BlockReason {
|
|||
Futex { addr: u64 },
|
||||
/// Blocked on an InitOnce.
|
||||
InitOnce(InitOnceId),
|
||||
/// Blocked on epoll
|
||||
/// Blocked on epoll.
|
||||
Epoll,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue