pub fn check_deadlock() -> Vec<Vec<DeadlockedThread>>
Returns all deadlocks detected since the last call. Each cycle consist of a vector of DeadlockedThread.
DeadlockedThread