Wiki Page Content

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

SDL_CreateMutex . . . 3 matches
...ex(); if (!mutex) { fprintf(stderr, "Couldn't create mutex\n"); return; } if (SDL_LockMutex(mutex) == 0) { /* Do stuff while mutex is locked */ SDL_UnlockMutex(mutex); } ...

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

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

0.1k - rev: 8 (current) last modified: 2015-02-21 10:30:59

SDL_UnlockMutex . . . 1 match
...dd useful comments here'' == Related Functions == .[[SDL_CreateMutex]] .[[SDL_DestroyMutex]] .[[SDL_LockMutex]] .[[SDL_TryLockMutex]] ---- [[CategoryAPI]], [[CategoryMutex]]...

0.7k - rev: 3 (current) last modified: 2015-04-26 19:00:46

SDL_TryLockMutex . . . 1 match
... and delete this comment. == Related Functions == .[[SDL_CreateMutex]] .[[SDL_DestroyMutex]] .[[SDL_LockMutex]] .[[SDL_UnlockMutex]] ---- [[CategoryAPI]], [[CategoryMutex]]...

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

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

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