Hang detection additions.
This commit is contained in:
@@ -83,6 +83,7 @@ struct thread {
|
||||
struct switchframe *t_context; /* Saved register context (on stack) */
|
||||
struct cpu *t_cpu; /* CPU thread runs on */
|
||||
struct proc *t_proc; /* Process thread belongs to */
|
||||
HANGMAN_ACTOR(t_hangman); /* Deadlock detector hook */
|
||||
|
||||
/*
|
||||
* Interrupt state fields.
|
||||
|
Reference in New Issue
Block a user