Searched refs:WaitGraphNode (Results 1 – 1 of 1) sorted by relevance
1288 enum WaitGraphNode { enum1293 use self::WaitGraphNode::*;1327 DiGraphMap::<WaitGraphNode, ()>::with_capacity(thread_count * 2, thread_count * 2); in check_wait_graph_slow()1401 fn graph_cycles(g: &DiGraphMap<WaitGraphNode, ()>) -> Vec<Vec<*const ThreadData>> { in graph_cycles() argument