|
Size: 1507
Comment: Minor correction to SDL_Init link
|
Size: 1525
Comment: Fixed search to exclude the right pages.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| <<FullSearchCached(category:CategoryEnum CategoryThread -SGEnumerations)>> | <<FullSearchCached(category:CategoryEnum CategoryThread -title:SGEnumerations)>> |
| Line 23: | Line 23: |
| ##<<FullSearchCached(category:CategoryStruct CategoryThread -SGStructures)>> | ##<<FullSearchCached(category:CategoryStruct CategoryThread -title:SGStructures)>> |
| Line 25: | Line 25: |
| <<FullSearchCached(category:CategoryThread -CategoryEnum -CategoryStruct -SGFunctions)>> | <<FullSearchCached(category:CategoryThread -CategoryEnum -CategoryStruct -title:SGFunctions)>> |
Thread Management
Include File(s): SDL_thread.h, SDL_mutex.h (contains thread synchronization primitives)
Introduction
This category contains functions for system independent thread management routines.
NOTE: You should not expect to be able to create a window, render, or receive events on any thread other than the main one. For platform-specific exceptions or complicated options ask on the mailing list or forum.
NOTE: Avoid creating threads or synchronization primitives prior to calling SDL_Init. While on some platforms (i.e. Windows) these functions will work correctly before SDL initialization, other platforms (i.e. Linux) may not.
Enumerations
Functions
CategoryCategory
CategoryThread
