It seems that when a thread is created from within DllMain upon DLL_PROCESS_ATTACH
it won't begin until all dll's have been loaded. Since I need to make sure the thread runs before I continue, I get a deadlock. Is there any way to force the thread to start?