diff options
author | crupest <crupest@outlook.com> | 2021-06-10 11:48:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-10 11:48:45 +0800 |
commit | 06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9 (patch) | |
tree | 89e1e7f09170ace4c2b740ab932de21c01e4fd7c | |
parent | 1ce9ffb961fa2d2f878131bfc6fe38ce9317a401 (diff) | |
download | crupest-06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9.tar.gz crupest-06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9.tar.bz2 crupest-06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9.zip |
import(life): ...
-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 1151e39..aa5dbfc 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 InterlockedIncrease(volatile long long *v);
+CRU_API void InterlockedAdd(volatile long long *v, long long a);
}
#endif
|