ObjFW  Check-in [bd6a71aad3]

Overview
Comment:Fall back to spinlocks if atomic ops are unavailable.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd6a71aad3b6e67b142c31eaf97beb820e28b27515d45aad3427575b05938196
User & Date: js on 2010-01-30 01:50:18
Other Links: manifest | tags
Context
2010-01-30
02:09
Replace some macros with OF_INLINE functions.
This way, there won't be a warning about unused results.
check-in: 839f45a293 user: js tags: trunk
01:50
Fall back to spinlocks if atomic ops are unavailable. check-in: bd6a71aad3 user: js tags: trunk
01:17
Change spinlock implementation, add fallbacks and move to threading.h. check-in: 921b158d17 user: js tags: trunk
Changes