diff options
author | crupest <crupest@outlook.com> | 2021-06-10 11:55:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-10 11:55:27 +0800 |
commit | 5018c2b40009258ed0691cbbb1dcc4d8ac4a809b (patch) | |
tree | 1c4269b73b0473f47b98ca260676dbec1460791f /works/life/operating-system-experiment/Interlocked.hpp | |
parent | 06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9 (diff) | |
download | crupest-5018c2b40009258ed0691cbbb1dcc4d8ac4a809b.tar.gz crupest-5018c2b40009258ed0691cbbb1dcc4d8ac4a809b.tar.bz2 crupest-5018c2b40009258ed0691cbbb1dcc4d8ac4a809b.zip |
import(life): ...
Diffstat (limited to 'works/life/operating-system-experiment/Interlocked.hpp')
-rw-r--r-- | works/life/operating-system-experiment/Interlocked.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/works/life/operating-system-experiment/Interlocked.hpp b/works/life/operating-system-experiment/Interlocked.hpp index aa5dbfc..7e09b60 100644 --- a/works/life/operating-system-experiment/Interlocked.hpp +++ b/works/life/operating-system-experiment/Interlocked.hpp @@ -4,7 +4,7 @@ #include "Base.h"
namespace cru {
-CRU_API void InterlockedAdd(volatile long long *v, long long a);
+CRU_API void CruInterlockedAdd(volatile long long *v, long long a);
}
#endif
|