Results 1 - 6 of 6 results out of about 6839 pages. (3.17 seconds)
- SDL_SemWaitTimeout . . . 2 matches
- ...essing
}
.
.
SDL_AtomicSet(&done, 1);
SDL_SemPost(sem);
wait_for_threads();
SDL_DestroySemaphore(sem);
}}}
== Remarks ==
This function suspends the calling thread until either...
- SDL_SemTryWait . . . 2 matches
- ...essing
}
.
.
SDL_AtomicSet(&done, 1);
SDL_SemPost(sem);
wait_for_threads();
SDL_DestroySemaphore(sem);
}}}
== Remarks ==
This function checks to see if the semaphore pointed t...
- SDL_CreateSemaphore . . . 2 matches
- ... }
}
.
.
SDL_AtomicSet(&done, 1);
SDL_SemPost(sem);
wait_for_threads();
SDL_DestroySemaphore(sem);
}}}
## End Semaphore Example
== Remarks ==
This function creates a new s...
- SDL_SemWait . . . 1 match
- ...th of SDL_MUTEX_MAXWAIT.
== Related Functions ==
.[[SDL_CreateSemaphore]]
.[[SDL_DestroySemaphore]]
.[[SDL_SemPost]]
.[[SDL_SemTryWait]]
.[[SDL_SemValue]]
.[[SDL_SemWait]]
...
- SDL_SemPost . . . 1 match
- ...d useful comments here''
== Related Functions ==
.[[SDL_CreateSemaphore]]
.[[SDL_DestroySemaphore]]
.[[SDL_SemTryWait]]
.[[SDL_SemValue]]
.[[SDL_SemWait]]
.[[SDL_SemWaitTime...
- 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...
