When the user-mode scheduler gets invoked as a result of a UMS thread blocking (i.e. UmsSchedulerThreadBlocked
), is there a way to figure out which thread has blocked?
The only method I can think of is to track it manually every time the scheduler calls ExecuteUmsThread
.