History for src/platform/posix/mutex.m
2022-07-15
| ||
18:09 | Renamed to src/platform/POSIX/OFPlainMutex.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-04-25
| ||
11:29 |
Renamed to
src/platform/posix/OFPlainMutex.m.
Change the naming convention
This follows more closely what most ObjC developers are used to and | |
2021-04-18
| ||
20:51 | Renamed to src/platform/posix/OFPlainMutex.m. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0 | |
2021-04-17
| ||
16:24 |
of_mutex_t -> OFPlainMutex
Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [c8763c1f31] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 3699 [annotate] [blame] [check-ins using] [diff] | |
15:45 | of_tlskey_t -> OFTLSKey file: [292d31cec6] check-in: [cc3a4a7b43] user: js, branch: new-naming-convention, size: 3431 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [49be18c2e5] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3453 [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-02-29
| ||
14:49 | Added: Move platform specific files into a subdirectory file: [608d6df3a8] check-in: [109db78ecd] user: js, branch: trunk, size: 3300 [annotate] [blame] [check-ins using] | |