Differences From Artifact [f624bdcb51]:
- File
src/threading_winapi.m
— part of check-in
[4af49a13c3]
at
2017-05-07 20:10:13
on branch trunk
— Small code style change
Casts are now written like types in variable declarations. (user: js, size: 4219) [annotate] [blame] [check-ins using]
To Artifact [5f1546849f]:
- File
src/threading_winapi.m
— part of check-in
[1494d3f6f1]
at
2017-10-07 10:46:11
on branch trunk
— OFThread: Fix setting the name on the wrong thread
The name of the thread may only be set from the thread itself. So the
thread should read the property on start and set its name. (user: js, size: 4199) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | - + |
{
ExitThread(0);
OF_UNREACHABLE
}
void
|
| ︙ |