summaryrefslogtreecommitdiffstats
path: root/src/client/barrier.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: remove unused include from barrier.ccRishabh Dave2021-04-171-1/+0
* client: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-6/+6
* client: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-4/+4
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* client: assert(false)->ceph_abort()Li Wang2017-09-301-1/+1
* client/barrier: move C_Block_Sync class to .ccMichal Jarzabek2016-09-081-0/+18
* client: optimize header file dependency.cxwshawn2016-05-221-4/+0
* BarrierContext: prefer prefix ++operator for non-trivial iteratorDanny Al-Gaaf2014-02-191-1/+1
* BarrierContext: reduce scope of 'done' variableDanny Al-Gaaf2014-02-191-1/+1
* client: add barrier and typesMatt Benjamin2014-02-071-0/+182