Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-03-30 18:46:56
Size: 852
Editor: SheenaSmith
Comment: add hidden include comments
Revision 3 as of 2011-04-06 17:39:08
Size: 902
Editor: SheenaSmith
Comment: update content (in progress)
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
||SDL_THREAD_PRIORITY_LOW||description||
||SDL_THREAD_PRIORITY_NORMAL||description||
||SDL_THREAD_PRIORITY_HIGH||description||
||SDL_THREAD_PRIORITY_LOW||for non-urgent, background timing||
||SDL_THREAD_PRIORITY_NORMAL||for general case timing||
||SDL_THREAD_PRIORITY_HIGH||for timing-critical threads||

DRAFT

SDL_ThreadPriority

An enumeration of the SDL thread priority.

Values

SDL_THREAD_PRIORITY_LOW

for non-urgent, background timing

SDL_THREAD_PRIORITY_NORMAL

for general case timing

SDL_THREAD_PRIORITY_HIGH

for timing-critical threads

Code Examples

You can add your code example here

Remarks

On many systems you require special privileges are required to set high priority.


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