Wiki Page Content

Results 1 - 7 of 7 results out of about 6837 pages. (3.59 seconds)

SDL_SemWaitTimeout . . . 2 matches
...!highlight cpp SDL_atomic_t done; SDL_sem *sem; SDL_AtomicSet(&done, 0); sem = SDL_CreateSemaphore(0); . . Thread A: while (!SDL_AtomicGet(&done)) { add_data_to_queue...

1.7k - rev: 7 (current) last modified: 2013-10-05 19:38:17

SDL_SemWait . . . 2 matches
...e; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateSemaphore, , , from="## Begin Semaphore Example", to="## End Semaphore Example")>> == Re...

1.1k - rev: 7 (current) last modified: 2013-10-05 19:37:34

SDL_SemTryWait . . . 2 matches
...!highlight cpp SDL_atomic_t done; SDL_sem *sem; SDL_AtomicSet(&done, 0); sem = SDL_CreateSemaphore(0); . . Thread A: while (!SDL_AtomicGet(&done)) { add_data_to_queue...

1.5k - rev: 9 (current) last modified: 2013-10-05 19:37:56

SDL_SemPost . . . 2 matches
... ; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateSemaphore, , , from="## Begin Semaphore Example", to="## End Semaphore Example")>> == Re...

0.8k - rev: 7 (current) last modified: 2013-08-12 05:48:11

SDL_DestroySemaphore . . . 2 matches
...eters == ||'''sem'''||the semaphore to destroy|| == Code Examples == <<Include(SDL_CreateSemaphore, , , from="## Begin Semaphore Example", to="## End Semaphore Example")>> == Re...

0.7k - rev: 5 (current) last modified: 2013-08-12 05:44:22

SDL_SemValue . . . 1 match
... can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateSemaphore]] ---- [[CategoryAPI]], [[CategoryMutex]]...

0.6k - rev: 5 (current) last modified: 2013-08-12 06:16:13

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