summaryrefslogtreecommitdiffstats
path: root/src/common/mutex_debug.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/mutex_debug: add lockdep parameter to mutex's ctorKefu Chai2019-08-031-7/+6
* common: refactor handling of lockdep's group name in debug locks.Radoslaw Zarzynski2019-07-151-12/+10
* common/mutex_debug: remove no-op before/after hooksSage Weil2018-10-151-7/+0
* common/mutex_debug: do lockdep post-lock step in callerSage Weil2018-10-151-2/+0
* common/mutex_debug: take const char * to ctor, and require a nameSage Weil2018-09-211-9/+9
* common/mutex_debug: add lockdep support for recursive_mutex_debugSage Weil2018-09-211-2/+2
* common/Mutex: kill mutex_perf_counterSage Weil2018-09-201-22/+2
* common: Use ceph_assert for assertsAdam C. Emerson2018-08-271-1/+1
* common: Remove redundant includesJos Collin2017-05-221-6/+0
* concurrency: make C++11 style debugging muticesAdam C. Emerson2016-02-051-0/+97