Results 1 - 6 of 6 results out of about 6839 pages. (3.14 seconds)
- SDL_CreateMutex . . . 3 matches
- ...ex();
if (!mutex) {
fprintf(stderr, "Couldn't create mutex\n");
return;
}
if (SDL_LockMutex(mutex) == 0) {
/* Do stuff while mutex is locked */
SDL_UnlockMutex(mutex);
} ...
- SDL_mutexP . . . 1 match
- ...#pragma section-numbers off
#pragma camelcase off
SDL_mutexP() has been replaced by [[SDL_LockMutex]]()....
- SDL_UnlockMutex . . . 1 match
- ...dd useful comments here''
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_DestroyMutex]]
.[[SDL_LockMutex]]
.[[SDL_TryLockMutex]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_TryLockMutex . . . 1 match
- ... and delete this comment.
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_DestroyMutex]]
.[[SDL_LockMutex]]
.[[SDL_UnlockMutex]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_DestroyMutex . . . 1 match
- ...vior depending on the platform.
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_LockMutex]]
.[[SDL_TryLockMutex]]
.[[SDL_UnlockMutex]]
----
[[CategoryAPI]], [[CategoryMu...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
