ObjFW  Check-in [1823d543f3]

Overview
Comment:Define OF_ATOMIC_OPS if we don't have threads.
Without threads, we just don't care about atomicity.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1823d543f3a92f3b0e3d7e86ea0ce1c26f9d3dde94dc42a785cd7f6911c7d2cc
User & Date: js on 2010-01-30 00:45:20
Other Links: manifest | tags
Context
2010-01-30
00:50
Add -[tryLock] to OFMutex. check-in: 20e1c0e24b user: js tags: trunk
00:45
Define OF_ATOMIC_OPS if we don't have threads.
Without threads, we just don't care about atomicity.
check-in: 1823d543f3 user: js tags: trunk
2010-01-29
19:31
Add OF_ATOMIC_OPS define to work around missing atomic ops if needed. check-in: 953895c116 user: js tags: trunk
Changes