Lines Matching full:deadlock
1 .TH deadlock 8 "2017-02-01" "USER COMMANDS"
3 deadlock \- Find potential deadlocks (lock order inversions)
6 .B deadlock [\-h] [\--binary BINARY] [\--dump-graph DUMP_GRAPH]
11 deadlock finds potential deadlocks in a running process. The program
22 inversion (potential deadlock). If the program finds a lock order inversion, the
76 .B deadlock 181
82 .B deadlock 181 --binary /lib/x86_64-linux-gnu/libpthread.so.0
91 .B deadlock 181 --binary /usr/local/bin/lockinversion
95 .B deadlock 181 --dump-graph graph.json
99 .B deadlock 181 --verbose
103 .B deadlock 181
108 it finds a potential deadlock, or the user hits Ctrl-C. If the program finds
109 a potential deadlock, it will output the stack traces and lock order inversion
112 Potential Deadlock Detected!