ObjFW  History of src/thread_pthread.m of c7f0229795431423

History of the file that is called src/thread_pthread.m at check-in c7f0229795431423

2020-02-29
14:49
Deleted: Move platform specific files into a subdirectory check-in: [109db78ecd] user: js, branch: trunk, size: 0
2020-01-02
01:51
Update copyright file: [f19e7d8433] check-in: [c7f0229795] user: js, branch: trunk, size: 4078 [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: [16b08dae34] check-in: [77780c7596] user: js, branch: trunk, size: 4075 [annotate] [blame] [check-ins using] [diff]

12:50
{condition,mutex,thread}.m: Set errno on error file: [e8b813b448] check-in: [d7fd999fee] user: js, branch: trunk, size: 3960 [annotate] [blame] [check-ins using] [diff]
2019-08-01
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: [4bb0d2efdf] check-in: [5358e9ea6a] user: js, branch: trunk, size: 3986 [annotate] [blame] [check-ins using]