mystikos
mystikos copied to clipboard
IGNORE: Testing: 8-byte spinlocks that track the owner.
trafficstars
Also use GS for maintaining recursive spinlocks since GS is not expected to be changed by the application
Used for
- Detecting correct ownership during an unlock
- FS change across a lock/unlock would assert
Signed-off-by: Anand Krishnamoorthi [email protected]