ObjFW  Check-in [e8f12e5de9]

Overview
Comment:OFThread: Set status before spawning thread.

This way, it's not possible to set the status after the thread has
already set it, though this should only happen if the thread instantly
terminates.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e8f12e5de9b91d6ba9a51aff5e724a5d5f170f0c104ffaeca3bd7e03d3da0661
User & Date: js on 2012-08-11 08:39:32
Other Links: manifest | tags
Context
2012-08-11
11:55
runtime.h: Fix C++. check-in: c2a3a3e078 user: js tags: trunk
08:39
OFThread: Set status before spawning thread. check-in: e8f12e5de9 user: js tags: trunk
2012-08-10
20:08
Add GNU stack note. check-in: 7e27f00a5d user: js tags: trunk
Changes