]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: Make spinlock delay more conventional 14248/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 30 Mar 2017 06:50:32 +0000 (16:50 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 31 Mar 2017 04:33:32 +0000 (14:33 +1000)
commit34481768cbce0991bfba1d511dad81893a9004a9
tree34d6d67b29b0842017c825e866abd6f238da4bab
parent4c8ec8a2c332b66534b18494731f3b582e73ed4b
common: Make spinlock delay more conventional

The accepted method of implementing a spinlock delay is the "pause"
instruction.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/common/simple_spin.cc