Wiki Page Content

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

SDL_SemWait . . . 6 matches
... = SDL_SemWait = Use this function to wait until a semaphore has a positive value and then decrements it. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_SemWait(...

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

SDL_SemWaitTimeout . . . 5 matches
... = SDL_SemWaitTimeout = Use this function to wait until a semaphore has a positive value and then decrements it. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_S...

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

SDL_CreateSemaphore . . . 3 matches
... SDL_SemPost(sem); } Thread B: while (!SDL_AtomicGet(&done)) { SDL_SemWait(sem); if (data_available()) { get_data_from_queue(); } ...

1.5k - rev: 9 (current) last modified: 2013-08-12 05:40:21

SDL_SemTryWait . . . 2 matches
...ns == .[[SDL_CreateSemaphore]] .[[SDL_DestroySemaphore]] .[[SDL_SemPost]] .[[SDL_SemValue]] .[[SDL_SemWait]] .[[SDL_SemWaitTimeout]] ---- [[CategoryAPI]], [[CategoryMutex]]...

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

SDL_SemPost . . . 2 matches
...== .[[SDL_CreateSemaphore]] .[[SDL_DestroySemaphore]] .[[SDL_SemTryWait]] .[[SDL_SemValue]] .[[SDL_SemWait]] .[[SDL_SemWaitTimeout]] ---- [[CategoryAPI]], [[CategoryMutex]]...

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

SDL_DestroySemaphore . . . 2 matches
...unctions == .[[SDL_CreateSemaphore]] .[[SDL_SemPost]] .[[SDL_SemTryWait]] .[[SDL_SemValue]] .[[SDL_SemWait]] .[[SDL_SemWaitTimeout]] ---- [[CategoryAPI]], [[CategoryMutex]]...

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

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