SDL/src/thread
Ryan C. Gordon 19b1e1f53f 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 Added release/acquire memory barriers to the atomic API 2013-07-10 18:31:17 -07:00
generic Added release/acquire memory barriers to the atomic API 2013-07-10 18:31:17 -07:00
psp File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -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.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