Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins tagged with "windows-thread-join"
|
2023-05-03
| ||
| 16:12 | Merge 9.0. Further Makefile tweaks Leaf check-in: 9c9f39bc30 user: jan.nijtmans tags: windows-thread-join | |
|
2023-04-03
| ||
| 07:41 | Windows Threads are joinable check-in: af4d891ecb user: mchn1350 tags: windows-thread-join | |
|
2023-04-02
| ||
| 15:41 | Clarified that it is suboptimal to hold the associated mutex when signaling a condition variable. I... check-in: ec22729420 user: konrad.schwarz tags: windows-thread-join | |
| 08:45 | Replaced non-thread-safe re-initialization checks with the Win32 INIT_ONCE one-time initialization A... Leaf check-in: 8360452e48 user: konrad.schwarz tags: windows-thread-join | |
|
2023-04-01
| ||
| 23:01 | Use native Win32 ConditionVariables Replaces the home-grown condition variable implementation with ... check-in: 25e4039e84 user: mchn1350 tags: windows-thread-join | |
|
2023-03-29
| ||
| 09:02 | added copyright note check-in: 7597fe65cc user: konrad.schwarz tags: windows-thread-join | |
|
2023-03-28
| ||
| 18:58 | On Windows, join threads using Win32 HANDLEs. This works by extending the existing WinThread struct... Leaf check-in: 231c699c87 user: mchn1350 tags: windows-thread-join | |