Lines Matching refs:mutexes
8 - Nodes in the graph represent mutexes.
14 program will dump the cycle of mutexes, dump the stack traces where each mutex
23 high if the process has many threads and mutexes. You should only run this on
26 Note: This tool does not work for shared mutexes or recursive mutexes.
28 For shared (read-write) mutexes, a deadlock requires a cycle in the wait
29 graph where at least one of the mutexes in the cycle is acquiring exclusive
32 For recursive mutexes, lock() is called multiple times on the same mutex.
177 This is output from a process that has a potential deadlock involving 4 mutexes
236 reconsider the lock ordering. If the mutexes are global or static and debug
282 about the number of mutexes and edges in the mutex wait graph. If you want to
301 If your program is using custom mutexes and not pthread mutexes, you can use
325 --binary BINARY If set, trace the mutexes from the binary at this
361 # symbols instead of pthread mutexes.