History for src/tlskey.h
2022-07-15
| ||
18:09 | Renamed to src/OFTLSKey.h. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-04-25
| ||
11:29 |
Renamed to
src/OFTLSKey.h.
Change the naming convention
This follows more closely what most ObjC developers are used to and | |
2021-04-18
| ||
20:51 | Renamed to src/OFTLSKey.h. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0 | |
2021-04-17
| ||
15:45 | of_tlskey_t -> OFTLSKey file: [7ddd0f3e02] check-in: [cc3a4a7b43] user: js, branch: new-naming-convention, size: 2233 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [d958bbae58] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2297 [annotate] [blame] [check-ins using] [diff] | |
2020-12-20
| ||
21:26 |
Return error instead of using errno for threading
errno is problematic for Amiga libraries and is also not thread-safe on | |
2020-12-06
| ||
01:54 | Use OS-native TLS keys on MorphOS file: [19e6f1fad4] check-in: [c75596237e] user: js, branch: trunk, size: 2349 [annotate] [blame] [check-ins using] [diff] | |
2020-01-25
| ||
20:04 |
tlskey.m: Use hashtable from runtime on AmigaOS
tlskey.m used OFMapTable only on AmigaOS. This became a problem when This now uses the hashtable from the runtime and also no longer uses | |
2020-01-02
| ||
01:51 | Update copyright file: [ae536e54d4] check-in: [c7f0229795] user: js, branch: trunk, size: 2062 [annotate] [blame] [check-ins using] [diff] | |
2019-08-03
| ||
18:13 | Add threads for AmigaOS file: [7c0440c23c] check-in: [da383f4f03] user: js, branch: trunk, size: 2059 [annotate] [blame] [check-ins using] [diff] | |
2019-08-02
| ||
02:16 |
tlskey: Create OFMapTable lazily
of_tlskey_new() is called in constructors, but at that time, OFMapTable | |
2019-08-01
| ||
21:31 | Add thread-local storage for AmigaOS file: [bf8d4b8a75] check-in: [abaf310373] user: js, branch: trunk, size: 2295 [annotate] [blame] [check-ins using] [diff] | |
21:05 | Add missing extern "C" file: [35d619259b] check-in: [c26426e80f] user: js, branch: trunk, size: 1650 [annotate] [blame] [check-ins using] [diff] | |
20:14 |
Added:
Split threading.[hm] into multiple files
This allows the runtime to only link against the parts it needs, without | |