ObjFW  All files named "src/thread.h"

History for src/thread.h

2022-07-15
18:09
Renamed to src/OFPlainThread.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/OFPlainThread.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/OFPlainThread.h. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0
2021-04-17
16:03
of_thread_t -> OFPlainThread file: [9dd4ef3d72] check-in: [65510fa56b] user: js, branch: new-naming-convention, size: 2398 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [2b66252a9f] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2096 [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: [821c6c8243] check-in: [5b37fbeb82] user: js, branch: trunk, size: 2185 [annotate] [blame] [check-ins using] [diff]

2020-10-10
21:54
More type cleanups file: [bf84b7cea6] check-in: [ac004e624d] user: js, branch: trunk, size: 2189 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [b01274c03d] check-in: [c7f0229795] user: js, branch: trunk, size: 2183 [annotate] [blame] [check-ins using] [diff]
2019-09-01
15:29
OFThread: Allow specifying a name before starting

This allows specifying a name before the thread gets started, so that
the name can be decided by whoever starts the thread, rather than just
by the thread itself once it's running.

This is especially useful as some operating systems do not support
changing the name of the thread once it's running. file: [683e2810eb] check-in: [77780c7596] user: js, branch: trunk, size: 2180 [annotate] [blame] [check-ins using] [diff]

2019-08-03
18:13
Add threads for AmigaOS file: [a4fe604036] check-in: [da383f4f03] user: js, branch: trunk, size: 2162 [annotate] [blame] [check-ins using] [diff]
2019-08-01
21:05
Add missing extern "C" file: [a6bfb58593] check-in: [c26426e80f] user: js, branch: trunk, size: 1726 [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: [34fb8d0893] check-in: [5358e9ea6a] user: js, branch: trunk, size: 1659 [annotate] [blame] [check-ins using]