Fix timer callback time drift (#11220)
authorKoundinya Veluri <kouvel@microsoft.com>
Wed, 26 Apr 2017 23:08:53 +0000 (16:08 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2017 23:08:53 +0000 (16:08 -0700)
commitc55f023f542e63e93a300752432de7bcc4104b3b
tree7ae30f78ea2085cb32b9d30ceaa571aeae039486
parent70d1535d208ef1af1f4b375586bb7ef7237860da
Fix timer callback time drift (#11220)

Fixes #6408:
- The change to S.T.Timer is the actual fix, but fixed the timer firing on the thread pool timer thread similarly as well
src/mscorlib/src/System/Threading/Timer.cs
src/vm/win32threadpool.cpp