Wiki Page Content

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

SDL_SemWaitTimeout . . . 2 matches
...essing } . . SDL_AtomicSet(&done, 1); SDL_SemPost(sem); wait_for_threads(); SDL_DestroySemaphore(sem); }}} == Remarks == This function suspends the calling thread until either...

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

SDL_SemTryWait . . . 2 matches
...essing } . . SDL_AtomicSet(&done, 1); SDL_SemPost(sem); wait_for_threads(); SDL_DestroySemaphore(sem); }}} == Remarks == This function checks to see if the semaphore pointed t...

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

SDL_CreateSemaphore . . . 2 matches
... } } . . SDL_AtomicSet(&done, 1); SDL_SemPost(sem); wait_for_threads(); SDL_DestroySemaphore(sem); }}} ## End Semaphore Example == Remarks == This function creates a new s...

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

SDL_SemWait . . . 1 match
...th of SDL_MUTEX_MAXWAIT. == Related Functions == .[[SDL_CreateSemaphore]] .[[SDL_DestroySemaphore]] .[[SDL_SemPost]] .[[SDL_SemTryWait]] .[[SDL_SemValue]] .[[SDL_SemWait]] ...

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

SDL_SemPost . . . 1 match
...d useful comments here'' == Related Functions == .[[SDL_CreateSemaphore]] .[[SDL_DestroySemaphore]] .[[SDL_SemTryWait]] .[[SDL_SemValue]] .[[SDL_SemWait]] .[[SDL_SemWaitTime...

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

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