summaryrefslogtreecommitdiffstats
path: root/src/common/shared_mutex_debug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: add {condition_variable,shared_mutex}_debugKefu Chai2018-08-161-0/+48
as drop-in replacements of their standard library counterparts, but with some debugging facilities offered by Cond and RWLock. Signed-off-by: Kefu Chai <kchai@redhat.com>