SDL/src/thread/windows
Sam Lantinga 73247db7d8 The API sets the priority for the current thread, not an arbitrary thread.
Implemented thread priority as the 'nice' value on Linux.  High priority threads require root permissions (you shouldn't give your game root permissions though!)
2011-03-25 12:44:06 -07:00
..
SDL_sysmutex.c Fixed permissions for C source files 2011-03-11 11:52:41 -08:00
SDL_syssem.c Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_systhread_c.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_systhread.c The API sets the priority for the current thread, not an arbitrary thread. 2011-03-25 12:44:06 -07:00
win_ce_semaphore.c Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share. 2011-01-24 21:20:30 -08:00
win_ce_semaphore.h Fixed bug #925 2011-01-20 18:04:05 -08:00