goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Detect `Thread.Sleep` and Win32 `Sleep/SleepEx` as blocking objects #56

Closed goldshtn closed 7 years ago

goldshtn commented 8 years ago

These APIs are as bad as locking when it comes to blocking threads, so we should report them as well in !waits and other commands. Ideally, incorporate the timeout into all kinds of wait reporting.

goldshtn commented 7 years ago

Resolved in #66.