Differences From Artifact [5c88d5e359]:
- File src/threading_winapi.m — part of check-in [bceb7ed4c9] at 2019-03-08 00:35:48 on branch trunk — Use dot syntax (user: js, size: 4219) [annotate] [blame] [check-ins using]
To Artifact [8b9c6a4ff4]:
- File
src/threading_winapi.m
— part of check-in
[b5430ac44f]
at
2019-07-28 12:32:21
on branch trunk
— OFThread: Don't require of_thread_exit()
Some systems do not provide the functionality. (user: js, size: 4137) [annotate] [blame] [check-ins using]
| ︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - - - - - - - - |
bool
of_thread_detach(of_thread_t thread)
{
/* FIXME */
return true;
}
|
| ︙ |