mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 00:38:45 +00:00
As Tiffany pointed out in Bugzilla, volatile is not useful for thread safety: https://software.intel.com/en-us/blogs/2007/11/30/volatile-almost-useless-for-multi-threaded-programming/ Some of these volatiles didn't need to be, some were otherwise protected by spinlocks or mutexes, and some got moved over to SDL_atomic_t data, etc. Fixes Bugzilla #3220. |
||
|---|---|---|
| .. | ||
| SDL_androidclipboard.c | ||
| SDL_androidclipboard.h | ||
| SDL_androidevents.c | ||
| SDL_androidevents.h | ||
| SDL_androidgl.c | ||
| SDL_androidkeyboard.c | ||
| SDL_androidkeyboard.h | ||
| SDL_androidmessagebox.c | ||
| SDL_androidmessagebox.h | ||
| SDL_androidmouse.c | ||
| SDL_androidmouse.h | ||
| SDL_androidtouch.c | ||
| SDL_androidtouch.h | ||
| SDL_androidvideo.c | ||
| SDL_androidvideo.h | ||
| SDL_androidwindow.c | ||
| SDL_androidwindow.h | ||