Steve Hoelzer
5829412cd5
poll: Use GetTickCount64 to avoid wraparound issues
...
From Visual Studio 2015 Code Analysis: Warning C28159 Consider using
'GetTickCount64' instead of 'GetTickCount'.
Reason: GetTickCount overflows roughly every 49 days. Code that does not
take that into account can loop indefinitely. GetTickCount64 operates on
64 bit values and does not have that problem.
Signed-off-by: Steve Hoelzer <shoelzer@gmail.com >
2017-02-03 07:19:56 +01:00
..
2016-09-07 10:41:45 -07:00
2017-02-03 07:19:56 +01:00
2016-06-06 19:22:00 -07:00
2017-02-03 07:14:36 +01:00
2017-02-03 07:13:13 +01:00
2016-04-08 11:45:47 -07:00
2016-01-12 10:40:54 -08:00
2016-01-04 09:51:33 -08:00
2008-05-08 17:43:01 -07:00
2014-04-01 14:39:04 -07:00
2015-09-25 10:18:18 -07:00
2015-09-25 10:18:18 -07:00
2012-02-05 16:32:33 -08:00
2009-03-02 18:28:06 -08:00
2017-02-03 07:19:49 +01:00
2017-02-03 07:19:44 +01:00
2012-08-24 09:48:51 -07:00
2010-02-25 12:08:22 -08:00
2014-04-10 12:18:55 -07:00
2010-11-23 16:06:50 -08:00
2017-02-03 07:19:34 +01:00
2011-09-11 14:43:33 -07:00
2017-02-03 07:19:29 +01:00
2016-05-06 13:16:37 -07:00
2015-10-05 11:06:49 -07:00
2016-02-22 14:51:09 -08:00
2016-02-22 14:51:09 -08:00
2015-11-05 10:35:11 -08:00
2015-11-05 10:35:11 -08:00
2016-03-30 11:13:01 -07:00
2014-12-04 11:58:36 -08:00
2016-09-07 10:41:45 -07:00
2011-11-02 13:06:30 -07:00
2017-02-03 07:19:29 +01:00
2011-12-12 16:09:38 -08:00
2013-07-21 15:09:56 -07:00
2017-02-03 07:13:08 +01:00
2016-04-22 15:01:16 -07:00
2017-02-03 07:14:35 +01:00