ObjFW  Check-in [51b73c821c]

Overview
Comment:Safer way to create the global mutex.

__attribute__((constructor)) might not have been called when the runtime
is first used. However, the first usage of the runtime is always
single-threaded, so it is safe to do it this way.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | runtime
Files: files | file ages | folders
SHA3-256: 51b73c821c8f1f2e93067376fb0cf2190e6558000715172796f066502cc174e9
User & Date: js on 2012-04-22 16:05:21
Other Links: branch diff | manifest | tags
Context
2012-04-22
16:12
Don't reexport libobjc when using ObjFW runtime. check-in: e05fff3653 user: js tags: runtime
16:05
Safer way to create the global mutex. check-in: 51b73c821c user: js tags: runtime
16:02
Add --enable-runtime. check-in: 5ca3d6302a user: js tags: runtime
Changes