Wiki Page Content

SDL_AtomicUnlock

Use this function to unlock a spin lock by setting it to 0.

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.


CategoryAPI, CategoryAtomic

None: SDL_AtomicUnlock (last edited 2016-05-11 20:52:12 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit