Wiki Page Content

Results 1 - 6 of 6 results out of about 6837 pages. (5.04 seconds)

SDL_CreateCond . . . 2 matches
...tion = SDL_TRUE; ... SDL_CondSignal(cond); SDL_UnlockMutex(lock); . . SDL_DestroyCond(cond); SDL_DestroyMutex(lock); }}} ## End Condition Variable Example == Remarks ...

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

SDL_CondWaitTimeout . . . 2 matches
...tion = SDL_TRUE; ... SDL_CondSignal(cond); SDL_UnlockMutex(lock); . . SDL_DestroyCond(cond); SDL_DestroyMutex(lock); }}} == Remarks == This function unlocks the speci...

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

SDL_CondBroadcast . . . 2 matches
...n = SDL_TRUE; ... SDL_CondBroadcast(cond); SDL_UnlockMutex(lock); . . SDL_DestroyCond(cond); SDL_DestroyMutex(lock); }}} == Remarks == ''You can add useful comments h...

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

SDL_CondWait . . . 1 match
... == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

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

SDL_CondSignal . . . 1 match
...' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] .[[SDL_DestroyCond]] ---- [[CategoryAPI]], [[CategoryMutex]]...

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