SDL-mirror/src/thread/pthread
Sam Lantinga 557bbf3fe6 Added release/acquire memory barriers to the atomic API
* Added a destructor to clean up TLS memory at thread shutdown
* Refactored the TLS code to have platform independent code and a small platform dependent core with a fallback to generic code if platform dependent functions fail.
* Fixed recursion issues with SDL_GetErrBuf()
2013-07-10 18:31:17 -07:00
..
SDL_syscond.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_sysmutex.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_sysmutex_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_syssem.c Make SDL_SetError and friends unconditionally return -1. 2013-03-31 12:48:50 -04:00
SDL_systhread.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_systhread_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_systls.c Added release/acquire memory barriers to the atomic API 2013-07-10 18:31:17 -07:00