sdl2_frt/src/timer
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
..
dummy Updated copyright to 2016 2016-01-02 10:10:34 -08:00
haiku Updated copyright to 2016 2016-01-02 10:10:34 -08:00
psp Updated copyright to 2016 2016-01-02 10:10:34 -08:00
unix Updated copyright to 2016 2016-01-02 10:10:34 -08:00
windows Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_timer_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_timer.c Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00