]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Lock -> lock, Unlock -> lock, TryLock -> try_lock 24107/head
authorSage Weil <sage@redhat.com>
Fri, 14 Sep 2018 16:26:25 +0000 (11:26 -0500)
committerSage Weil <sage@redhat.com>
Thu, 20 Sep 2018 13:11:36 +0000 (08:11 -0500)
commitf302558de43434099834f200058d70bfa49a17e0
tree0f065c4f2b916c026bb7be34f4551b09a41ed9fc
parentb5c9948e38d3fce792e2f63a17aa099c29544598
common: Lock -> lock, Unlock -> lock, TryLock -> try_lock

Use the Lockable convention.

Signed-off-by: Sage Weil <sage@redhat.com>
12 files changed:
src/common/Cond.h
src/common/Finisher.cc
src/common/Finisher.h
src/common/OutputDataSocket.cc
src/common/QueueRing.h
src/common/Readahead.cc
src/common/Semaphore.h
src/common/Timer.cc
src/common/WorkQueue.cc
src/common/WorkQueue.h
src/common/dns_resolve.cc
src/common/obj_bencher.cc