Re: DisableThreadLibraryCalls
From: Steve Maillet \(eMVP\) (nospam1_at_EntelechyConsulting.com)
Date: 08/30/04
- Next message: Sajid: "Re: DisableThreadLibraryCalls"
- Previous message: Sujith: "Re: How to Develop a Boot Loader - A Compilation Problem"
- In reply to: Sajid: "[Q]: DisableThreadLibraryCalls"
- Next in thread: Sajid: "Re: DisableThreadLibraryCalls"
- Reply: Sajid: "Re: DisableThreadLibraryCalls"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 30 Aug 2004 06:42:34 -0400
It does so by disabling thread library calls! ;-) Every time a thread is
started after a DLL is loaded DllMain is called with a THREAD_ATTACH this is
used to allocate per thread local storage for the DLL. If the DLL doesn't
need any (Typically the case) that overhead can be eliminated.
-- Steve Maillet EmbeddedFusion www.EmbeddedFusion.com Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups
- Next message: Sajid: "Re: DisableThreadLibraryCalls"
- Previous message: Sujith: "Re: How to Develop a Boot Loader - A Compilation Problem"
- In reply to: Sajid: "[Q]: DisableThreadLibraryCalls"
- Next in thread: Sajid: "Re: DisableThreadLibraryCalls"
- Reply: Sajid: "Re: DisableThreadLibraryCalls"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|