|
Size: 583
Comment: update content - w/ Sam; remove draft
|
Size: 645
Comment: Added Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 25: | Line 25: |
| == Version == This function is available since SDL 2.0.0. |
SDL_AtomicUnlock
Use this function to unlock a spin lock by setting it to 0.
Contents
Syntax
void SDL_AtomicUnlock(SDL_SpinLock* lock)
Function Parameters
lock |
a pointer to a lock variable |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.0.
