Home
last modified time | relevance | path

Searched refs:thisnode (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tools/
Ddeadlock_detector.py207 def _unblock(thisnode, blocked, B): argument
208 stack = set([thisnode])
236 thisnode, nbrs = stack[-1]
250 if thisnode in closed:
251 _unblock(thisnode, blocked, B)
253 for nbr in subG.neighbors(thisnode):
254 if thisnode not in B[nbr]:
255 B[nbr].add(thisnode)