mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 09:25:42 +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. |
||
|---|---|---|
| .. | ||
| dummy | ||
| haiku | ||
| psp | ||
| unix | ||
| windows | ||
| SDL_timer.c | ||
| SDL_timer_c.h | ||