SDL/src/video/android
Ryan C. Gordon fa8c83c1c1 Remove almost all instances of "volatile" keyword.
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.
2016-01-03 06:50:50 -05:00
..
SDL_androidclipboard.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidclipboard.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidevents.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidevents.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidgl.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidkeyboard.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidkeyboard.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidmessagebox.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidmessagebox.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidmouse.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidmouse.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidtouch.c Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
SDL_androidtouch.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidvideo.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidvideo.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidwindow.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_androidwindow.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00