SDL/src/thread
Ryan C. Gordon 020c9b4c8e Disable thread naming on Win64 for now.
We can't use _try/_except without the C runtime, and we can't use inline
 asm with the Win64 compiler. We'll need to move this to an .asm file or
 something later.
2013-09-07 13:47:14 -04:00
..
beos Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
generic Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
psp Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
pthread Fixed time comparison and explicitly delay 1 ms instead of an arbitrary scheduled time. 2013-09-06 20:45:08 -07:00
windows Disable thread naming on Win64 for now. 2013-09-07 13:47:14 -04:00
SDL_systhread.h Fixed bug 2076 - OpenGL doesn't work with --disable-threads 2013-09-05 07:15:26 -07:00
SDL_thread.c Fixed bug 2076 - OpenGL doesn't work with --disable-threads 2013-09-05 07:15:26 -07:00
SDL_thread_c.h Fixed bug 2076 - OpenGL doesn't work with --disable-threads 2013-09-05 07:15:26 -07:00