Add MutexBlocking.
This commit is contained in:
parent
8974a29245
commit
db6a93e60d
11 changed files with 119 additions and 13 deletions
|
@ -74,4 +74,5 @@ impl TaskControlBlock {
|
|||
pub enum TaskStatus {
|
||||
Ready,
|
||||
Running,
|
||||
Blocking,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue