Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2011-04-06 17:41:33
Size: 923
Editor: SheenaSmith
Comment: update content (in progress)
Revision 5 as of 2011-04-06 17:43:54
Size: 818
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 14: Line 13:
||SDL_THREAD_PRIORITY_HIGH||for timing-critical threads|| ||SDL_THREAD_PRIORITY_HIGH||for timing-critical processing||
Line 23: Line 22:
On many systems ,,you require,, special privileges ^are required^ to set high priority. ''You can add useful comments here''

SDL_ThreadPriority

An enumeration of the SDL thread priority.

Values

SDL_THREAD_PRIORITY_LOW

for non-urgent, background processing

SDL_THREAD_PRIORITY_NORMAL

for general purpose processing (default)

SDL_THREAD_PRIORITY_HIGH

for timing-critical processing

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryEnum, CategoryThread

None: SDL_ThreadPriority (last edited 2011-04-06 17:45:06 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit