Results 1 - 6 of 6 results out of about 6839 pages. (4.30 seconds)
- SDL_CondWaitTimeout . . . 3 matches
- ...
Thread B:
SDL_LockMutex(lock);
...
condition = SDL_TRUE;
...
SDL_CondSignal(cond);
SDL_UnlockMutex(lock);
.
.
SDL_DestroyCond(cond);
SDL_DestroyMutex(lock...
- SDL_CreateCond . . . 2 matches
- ...
Thread B:
SDL_LockMutex(lock);
...
condition = SDL_TRUE;
...
SDL_CondSignal(cond);
SDL_UnlockMutex(lock);
.
.
SDL_DestroyCond(cond);
SDL_DestroyMutex(lock...
- SDL_CondWait . . . 2 matches
- ... function unlocks the specified '''mutex''' and waits for another thread to call [[SDL_CondSignal]]() or [[SDL_CondBroadcast]]() on the condition variable '''cond'''. Once the con...
- SDL_DestroyCond . . . 1 match
- ...an add useful comments here''
== Related Functions ==
.[[SDL_CondBroadcast]]
.[[SDL_CondSignal]]
.[[SDL_CondWait]]
.[[SDL_CondWaitTimeout]]
.[[SDL_CreateCond]]
----
[[Catego...
- SDL_CondBroadcast . . . 1 match
- ...}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_CondSignal]]
.[[SDL_CondWait]]
.[[SDL_CondWaitTimeout]]
.[[SDL_CreateCond]]
.[[SDL_Destro...
- 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...
