6 Apr
2020
6 Apr
'20
6:20 a.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
@@ -214,6 +214,9 @@ struct wake_up_reply typedef __int64 timeout_t; #define TIMEOUT_INFINITE (((timeout_t)0x7fffffff) << 32 | 0xffffffff)
+/* absolute timeout, negative means that monotonic clock is used */ +typedef __int64 when_t;
It's not clear that 'when' would mean absolute timeout. I'd suggest naming it something like abstime_t instead. -- Alexandre Julliard julliard(a)winehq.org