mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 17:37:48 +00:00
Common: Implement a basic SpinLock class
This commit is contained in:
parent
44e195eaa1
commit
b1b01a33bd
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