|
Size: 645
Comment: Added Version section.
|
← Revision 7 as of 2016-05-11 20:52:12 ⇥
Size: 636
Comment: Updated with content from header file.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| ''You can add useful comments here'' | Always returns immediately. |
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
Always returns immediately.
Version
This function is available since SDL 2.0.0.
