If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock...
authorGavin Andresen <gavinandresen@gmail.com>
Fri, 2 Sep 2011 16:01:42 +0000 (12:01 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Fri, 2 Sep 2011 16:01:42 +0000 (12:01 -0400)
commitc591cc50eb126eddc78525dd386ea98abaaed724
treed93d32e7d3b0cf6d932d6b44ab461ffc54f0854b
parentfb45259967032d409bca4d542b55414a7c522fba
If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems)
src/util.cpp