ObjOpenSSL  Check-in [3062d2861f]

Overview
Comment:Use the thread object's address as thread id.

This at least works inside OFThreads. The previous solution to use a
pthread_t was not portable, as on many systems, pthread_t is a struct.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3062d2861fa074a133ffa14b4b5f0cbf764beb1f798c887cdfff95ed48205b47
User & Date: js on 2012-11-08 13:19:44
Other Links: manifest | tags
Context
2012-11-08
13:20
Add a proper build system. check-in: 889e63ed8a user: js tags: trunk
13:19
Use the thread object's address as thread id. check-in: 3062d2861f user: js tags: trunk
2012-10-27
18:23
Adjust to recent ObjFW changes. check-in: 41f9946113 user: js tags: trunk
Changes