SDL/src/thread/windows
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
..
SDL_sysmutex.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_syssem.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_systhread_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_systhread.c Disable thread naming on Win64 for now. 2013-09-07 13:47:14 -04:00
SDL_systls.c Added release/acquire memory barriers to the atomic API 2013-07-10 18:31:17 -07:00