Wiki Page Content

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...

2.0k - rev: 10 (current) last modified: 2015-04-26 19:06:12

SDL_CreateCond . . . 2 matches
... Thread B: SDL_LockMutex(lock); ... condition = SDL_TRUE; ... SDL_CondSignal(cond); SDL_UnlockMutex(lock); . . SDL_DestroyCond(cond); SDL_DestroyMutex(lock...

1.1k - rev: 10 (current) last modified: 2014-01-11 13:50:10

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...

1.3k - rev: 13 (current) last modified: 2015-04-26 19:04:51

SDL_DestroyCond . . . 1 match
...an add useful comments here'' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] ---- [[Catego...

0.6k - rev: 7 (current) last modified: 2015-04-26 19:02:34

SDL_CondBroadcast . . . 1 match
...} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_Destro...

1.3k - rev: 10 (current) last modified: 2015-04-26 19:03:53

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit