ObjFW  Check-in [20e1c0e24b]

Overview
Comment:Add -[tryLock] to OFMutex.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 20e1c0e24b1d882c161ccbb309a761661ef5dccef791b066d23a0f2502140450
User & Date: js on 2010-01-30 00:50:46
Other Links: manifest | tags
Context
2010-01-30
01:17
Change spinlock implementation, add fallbacks and move to threading.h. check-in: 921b158d17 user: js tags: trunk
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
Changes