Results 1 - 6 of 6 results out of about 6839 pages. (3.55 seconds)
- SDL_TryLockMutex . . . 2 matches
- ...atus = SDL_TryLockMutex(mutex);
if (status == 0) {
printf("Locked mutex\n");
SDL_UnlockMutex(mutex);
} else if (status == SDL_MUTEX_TIMEDOUT) {
/* Mutex not available for l...
- SDL_CreateMutex . . . 2 matches
- ...urn;
}
if (SDL_LockMutex(mutex) == 0) {
/* Do stuff while mutex is locked */
SDL_UnlockMutex(mutex);
} else {
fprintf(stderr, "Couldn't lock mutex\n");
}
SDL_DestroyMutex(...
- SDL_mutexV . . . 1 match
- ...#pragma section-numbers off
#pragma camelcase off
SDL_mutexV() has been replaced by [[SDL_UnlockMutex]]()....
- SDL_LockMutex . . . 1 match
- ... mutexes are recursive.
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_DestroyMutex]]
.[[SDL_TryLockMutex]]
.[[SDL_UnlockMutex]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_DestroyMutex . . . 1 match
- ...depending on the platform.
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_LockMutex]]
.[[SDL_TryLockMutex]]
.[[SDL_UnlockMutex]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- 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...
