I have a C# app that calls into a C DLL. The DLL creates one thread that is time-critical using CreateThread(...,THREAD_PRIORITY_TIME_CRITICAL). Everything works fine until the