Add a RAII SpinLock (using boost's spinlock)

This commit is contained in:
Robin Gareus
2017-10-26 22:33:11 +02:00
parent eeb148bb61
commit 1aa96dc0a1
3 changed files with 86 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ libpbd_sources = [
'semutils.cc',
'shortpath.cc',
'signals.cc',
'spinlock.cc',
'stacktrace.cc',
'stateful_diff_command.cc',
'stateful.cc',