Lines Matching full:callbacks
10 // LoadLibrary, but it hooks into the "standard" set of TLS callbacks that are
32 // Indicate if another service is scanning the callbacks. When this becomes
34 // value is set to true the first time any of our callbacks are called, as that
35 // shows that some other service is handling callbacks.
40 // of the callbacks anymore. We expect such a call to arrive via a
42 // callbacks.
57 // Explicitly depend on tlssup.cc variable to bracket the list of TLS callbacks.
92 // Make DllMain call the listed callbacks. This way any third parties that are
115 // If we are called, it means that some other system is scanning the callbacks
120 // duplicate calls on Vista, where the runtime takes care of the callbacks,
121 // and allow us to do the callbacks on XP, where we are currently devoid of
122 // callbacks (due to an explicit LoadLibrary call).