|
⇤ ← Revision 1 as of 2010-06-24 22:51:38
Size: 715
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 711
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| /!\ The spin lock functions and type are required and can not be emulated because they are used in the emulation code. | The spin lock functions and type are required and can not be emulated because they are used in the emulation code. |
DRAFT |
SDL_AtomicUnlock
Use this function to unlock a spin lock by setting it to 0. Always returns immediately.
Syntax
void SDL_AtomicUnlock(SDL_SpinLock* lock)
Function Parameters
lock |
points to the lock |
Code Examples
You can add your code example here
Remarks
The spin lock functions and type are required and can not be emulated because they are used in the emulation code.
