sdl2_frt/src/thread
Ryan C. Gordon 83383c6527 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 Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
generic Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
psp Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03: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.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