Uwyo.edu

A lock tree is a tree that represents the lock acquire order and relation for each thread as the control flows in each thread. An edge from a parent node to a child node in the lock tree indicates that the thread is currently holding a lock represented by the parent node when acquiring another lock denoted by the child node. ................
................