log src/atomic/SDL_spinlock.c @ 5087:e7680e2c9f3c

age author description
2011-01-22 Sam Lantinga Fixed bug #1097
2011-01-22 Sam Lantinga HAVE_GCC_ATOMICS covers the test and set
2011-01-22 Sam Lantinga Separated out the minimum functionality that we need from gcc for our spinlock fallback.
2011-01-19 Sam Lantinga Whoops, good catch from Greg Jandl
2011-01-17 Sam Lantinga Use compiler intrinsics on Windows
2011-01-16 Sam Lantinga Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
2011-01-15 Sam Lantinga Updated the atomic API for better use cases