Wiki Page Content

Results 1 - 7 of 7 results out of about 6838 pages. (3.90 seconds)

SDL_CondWaitTimeout . . . 5 matches
... = SDL_CondWaitTimeout = Use this function to wait until a condition variable is signaled or a specified amount of time has passed. <<TableOfContents()>> == Syntax == {{{#!highl...

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

SDL_CondWait . . . 5 matches
... = SDL_CondWait = Use this function to wait until a condition variable is signaled. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_CondWait(SDL_cond* cond, ...

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

SDL_CondBroadcast . . . 4 matches
...eateCond(); . . Thread A: SDL_LockMutex(lock); while (!condition) { SDL_CondWait(cond, lock); } SDL_UnlockMutex(lock); Thread B: SDL_LockMutex(lock); ...

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

SDL_CreateCond . . . 3 matches
...eateCond(); . . Thread A: SDL_LockMutex(lock); while (!condition) { SDL_CondWait(cond, lock); } SDL_UnlockMutex(lock); Thread B: SDL_LockMutex(lock); ...

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

SDL_DestroyCond . . . 2 matches
...ts here'' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] ---- [[CategoryAPI]], [[CategoryM...

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

SDL_CondSignal . . . 2 matches
...can add useful comments here'' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[Cate...

0.8k - rev: 9 (current) last modified: 2015-04-26 19:03:17

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