Results 1 - 7 of 7 results out of about 6839 pages. (3.02 seconds)
- SDL_SemWaitTimeout . . . 2 matches
- ...!highlight cpp
SDL_atomic_t done;
SDL_sem *sem;
SDL_AtomicSet(&done, 0);
sem = SDL_CreateSemaphore(0);
.
.
Thread A:
while (!SDL_AtomicGet(&done)) {
add_data_to_queue...
- SDL_SemWait . . . 2 matches
- ...e; call [[SDL_GetError]]() for more information.
== Code Examples ==
<<Include(SDL_CreateSemaphore, , , from="## Begin Semaphore Example", to="## End Semaphore Example")>>
== Re...
- SDL_SemTryWait . . . 2 matches
- ...!highlight cpp
SDL_atomic_t done;
SDL_sem *sem;
SDL_AtomicSet(&done, 0);
sem = SDL_CreateSemaphore(0);
.
.
Thread A:
while (!SDL_AtomicGet(&done)) {
add_data_to_queue...
- SDL_SemPost . . . 2 matches
- ... ; call [[SDL_GetError]]() for more information.
== Code Examples ==
<<Include(SDL_CreateSemaphore, , , from="## Begin Semaphore Example", to="## End Semaphore Example")>>
== Re...
- SDL_DestroySemaphore . . . 2 matches
- ...eters ==
||'''sem'''||the semaphore to destroy||
== Code Examples ==
<<Include(SDL_CreateSemaphore, , , from="## Begin Semaphore Example", to="## End Semaphore Example")>>
== Re...
- SDL_SemValue . . . 1 match
- ... can add your code example here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_CreateSemaphore]]
----
[[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...
