DescriptionProvide windows notification of thread termination
[Relanding revert 114954 with fix to be compatible
wit new re-linking strategy. Better care was needed
in bracketing the callbacks that were used, to be
sure the new linker left all items located together.]
This code should only have much of an impact on the XP
platform, where thread teardown notification are not
currently made.
Provide an automatic fallback scan of the linker
list of notification callbacks via DllMain.
This fallback is ONLY used if there are no notifications
coming via the linker list. This allows all existing
code to continue working as it does today, and provides
thread teardown notification on XP even though we use
the LoadLibrary call.
It is a minimal change, suitable for pushing to other
channels (beta? stable?).
r=siggi
bug=107974, 103209
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=115622
Patch Set 1 #Patch Set 2 : Use CRT symbols to bracket array of callbacks #
Total comments: 2
Patch Set 3 : Remove reference to dllmain.cc from base test gyp list #Patch Set 4 : Alphabetize reference to dllmain.cc in base test gyp list #
Messages
Total messages: 3 (0 generated)
|