Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-05-26 21:40:43
Size: 870
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-09-03 16:49:46
Size: 888
Editor: SheenaSmith
Comment: update content - standard return value
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
Returns 0 on success, or -1 on failure; call [[SDL_GetError]]() for more information. Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information.

DRAFT

SDL_mutexV

Use this function to unlock the mutex.

Syntax

int SDL_mutexV(SDL_mutex* mutex)

Function Parameters

mutex

a pointer to the SDL_mutex structure to be unlocked

Return Value

Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

/!\ {i} It is an error to unlock a mutex that has not been locked by the current thread, and doing so results in undefined behavior.

green

???


CategoryAPI, CategoryMutex

None: SDL_mutexV (last edited 2015-02-21 10:30:22 by PhilippWiesemann)

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