Wiki Page Content

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

SDL_TryLockMutex . . . 2 matches
...atus = SDL_TryLockMutex(mutex); if (status == 0) { printf("Locked mutex\n"); SDL_UnlockMutex(mutex); } else if (status == SDL_MUTEX_TIMEDOUT) { /* Mutex not available for l...

1.4k - rev: 7 (current) last modified: 2015-04-26 19:00:12

SDL_CreateMutex . . . 2 matches
...urn; } if (SDL_LockMutex(mutex) == 0) { /* Do stuff while mutex is locked */ SDL_UnlockMutex(mutex); } else { fprintf(stderr, "Couldn't lock mutex\n"); } SDL_DestroyMutex(...

1.0k - rev: 14 (current) last modified: 2015-08-21 21:22:59

SDL_mutexV . . . 1 match
...#pragma section-numbers off #pragma camelcase off SDL_mutexV() has been replaced by [[SDL_UnlockMutex]]()....

0.1k - rev: 9 (current) last modified: 2015-02-21 10:30:22

SDL_LockMutex . . . 1 match
... mutexes are recursive. == Related Functions == .[[SDL_CreateMutex]] .[[SDL_DestroyMutex]] .[[SDL_TryLockMutex]] .[[SDL_UnlockMutex]] ---- [[CategoryAPI]], [[CategoryMutex]]...

0.9k - rev: 5 (current) last modified: 2015-01-02 21:12:35

SDL_DestroyMutex . . . 1 match
...depending on the platform. == Related Functions == .[[SDL_CreateMutex]] .[[SDL_LockMutex]] .[[SDL_TryLockMutex]] .[[SDL_UnlockMutex]] ---- [[CategoryAPI]], [[CategoryMutex]]...

0.9k - rev: 8 (current) last modified: 2013-10-04 13:35:45

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