Files
pip/libs/main/thread
andrey 9a43cea14e fix(PIConditionVariable): clamp negative timeout in waitFor
When elapsed time exceeded the timeout, the remaining milliseconds
expression went negative and was implicitly converted to DWORD,
wrapping to ~0xFFFFFFFF (5 days) — effectively INFINITE.
Now clamps to 0 and returns false when time has elapsed.
2026-08-06 10:19:02 +03:00
..
2026-03-20 16:31:30 +03:00
2026-03-12 14:46:57 +03:00
2024-12-29 11:48:24 +03:00
2026-03-12 14:46:57 +03:00
2026-03-18 08:54:06 +03:00
2024-11-12 18:50:22 +03:00
2026-03-12 14:46:57 +03:00
2022-12-14 14:13:52 +03:00
2026-03-12 14:46:57 +03:00
2026-03-20 16:31:30 +03:00
2026-03-20 16:31:30 +03:00