ObjFW  All files named "src/mutex.h"

History for src/mutex.h

2022-07-15
18:09
Renamed to src/OFPlainMutex.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/OFPlainMutex.h. Change the naming convention

This follows more closely what most ObjC developers are used to and
hence makes it easier for people coming from the OpenStep world to get
used to ObjFW. check-in: [2b74ff13b0] user: js, branch: trunk, size: 0

2021-04-18
20:51
Renamed to src/OFPlainMutex.h. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0
2021-04-17
20:47
Rename atomic operations file: [d443bf1d19] check-in: [dfaf287249] user: js, branch: new-naming-convention, size: 4030 [annotate] [blame] [check-ins using] [diff]
16:29
of_spinlock_t -> OFSpinlock file: [89d7ed7ceb] check-in: [fabf53041a] user: js, branch: new-naming-convention, size: 4022 [annotate] [blame] [check-ins using] [diff]
16:24
of_mutex_t -> OFPlainMutex

Also rename of_rmutex_t -> OFPlainRecursiveMutex. file: [3c75ad2bae] check-in: [dfd52d5220] user: js, branch: new-naming-convention, size: 4060 [annotate] [blame] [check-ins using] [diff]

16:03
of_thread_t -> OFPlainThread file: [b00f51f16c] check-in: [65510fa56b] user: js, branch: new-naming-convention, size: 3883 [annotate] [blame] [check-ins using] [diff]
15:45
of_tlskey_t -> OFTLSKey file: [53508813bf] check-in: [cc3a4a7b43] user: js, branch: new-naming-convention, size: 3887 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c50a02c698] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3890 [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
some systems, even though it should. file: [5c06ee482b] check-in: [5b37fbeb82] user: js, branch: trunk, size: 3979 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [cbacd2f77f] check-in: [c7f0229795] user: js, branch: trunk, size: 3996 [annotate] [blame] [check-ins using] [diff]
2019-08-01
21:17
Add mutexes for AmigaOS file: [1d847caaa3] check-in: [2f01be3808] user: js, branch: trunk, size: 3993 [annotate] [blame] [check-ins using] [diff]
21:05
Add missing extern "C" file: [1c81973578] check-in: [c26426e80f] user: js, branch: trunk, size: 3821 [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
pulling in unnecessary parts like thread spawning, TLS and conditions. file: [44aab7ac4a] check-in: [5358e9ea6a] user: js, branch: trunk, size: 3754 [annotate] [blame] [check-ins using]