Hang detection additions.
This commit is contained in:
@@ -74,6 +74,7 @@ void V(struct semaphore *);
|
||||
*/
|
||||
struct lock {
|
||||
char *lk_name;
|
||||
HANGMAN_LOCKABLE(lk_hangman); /* Deadlock detector hook. */
|
||||
// add what you need here
|
||||
// (don't forget to mark things volatile as needed)
|
||||
};
|
||||
|
Reference in New Issue
Block a user