|
Size: 959
Comment: remove draft
|
Size: 977
Comment: cached searchs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| ##<<FullSearch(category:CategoryEnum CategoryMutex -SGEnumerations)>> | ##<<FullSearchCached(category:CategoryEnum CategoryMutex -SGEnumerations)>> |
| Line 27: | Line 27: |
| ##<<FullSearch(category:CategoryStruct CategoryMutex -SGStructures)>> | ##<<FullSearchCached(category:CategoryStruct CategoryMutex -SGStructures)>> |
| Line 30: | Line 30: |
| <<FullSearch(category:CategoryMutex -CategoryEnum -CategoryStruct -SGFunctions)>> | <<FullSearchCached(category:CategoryMutex -CategoryEnum -CategoryStruct -SGFunctions)>> |
Thread Synchronization Primitives
Include File(s): SDL_mutex.h, SDL_thread.h
Introduction
Functions in this group provide thread synchronization primitives for multi-threaded programing.
There are 3 primitives available in SDL:
- Mutex
- Semaphore
- Condition Variable
