Wiki Page Content

Results 1 - 6 of 6 results out of about 6839 pages. (3.36 seconds)

SDL_DestroyCond . . . 2 matches
...= ||'''cond'''||the condition variable to destroy|| == Code Examples == <<Include(SDL_CreateCond, , , from="## Begin Condition Variable Example", to="## End Condition Variable Exa...

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

SDL_CondWaitTimeout . . . 2 matches
...on = SDL_FALSE; SDL_mutex *lock; SDL_cond *cond; lock = SDL_CreateMutex(); cond = SDL_CreateCond(); . . Thread A: const Uint32 timeout = 1000; /* wake up every second */ ...

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

SDL_CondWait . . . 2 matches
...lure; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateCond, , , from="## Begin Condition Variable Example", to="## End Condition Variable Exa...

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

SDL_CondSignal . . . 2 matches
...lure; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateCond, , , from="## Begin Condition Variable Example", to="## End Condition Variable Exa...

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

SDL_CondBroadcast . . . 2 matches
...on = SDL_FALSE; SDL_mutex *lock; SDL_cond *cond; lock = SDL_CreateMutex(); cond = SDL_CreateCond(); . . Thread A: SDL_LockMutex(lock); while (!condition) { SDL_Con...

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