Common: Implement a basic SpinLock class
This commit is contained in:
parent
bfa6193eb9
commit
13ed9438fb
3 changed files with 68 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue