Common: Implement a basic SpinLock class

This commit is contained in:
Fernando Sahmkow 2020-02-04 11:23:12 -04:00
parent 44e195eaa1
commit b1b01a33bd
3 changed files with 68 additions and 0 deletions

View file

@ -143,6 +143,8 @@ add_library(common STATIC
scm_rev.cpp
scm_rev.h
scope_exit.h
spin_lock.cpp
spin_lock.h
string_util.cpp
string_util.h
swap.h