https://github.com/liulilittle/interlocked-x86-implement
Interlocked was implemented by C/C++ inline Intel-x86 assembly.
https://github.com/liulilittle/interlocked-x86-implement
asm atomic c cc cpp inline inline-asm intel interlocked mta threading x86
Last synced: 3 months ago
JSON representation
Interlocked was implemented by C/C++ inline Intel-x86 assembly.
- Host: GitHub
- URL: https://github.com/liulilittle/interlocked-x86-implement
- Owner: liulilittle
- License: mit
- Created: 2022-08-31T04:43:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T13:18:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T16:24:49.590Z (5 months ago)
- Topics: asm, atomic, c, cc, cpp, inline, inline-asm, intel, interlocked, mta, threading, x86
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interlocked-x86-Implement
Interlocked was implemented by C/C++ inline Intel-x86 assembly.