Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
This file describes the locking order that one has to follow if one needs to lock more than one crit sect at a time.
CritSects earlier in the list below must be locked first:
* NlGlobalDcDiscoveryCritSect * NlGlobalSiteCritSect
Here's another set:
* NlGlobalDnsForestNameCritSect * NlGlobalDomainCritSect * DomTrustListCritSect
Here's another set:
* NlGlobalDnsCritSect * NlGlobalSiteCritSect
Here's another set:
* NlGlobalDnsCritSect * NlGlobalParametersCritSect
Here's another set:
* NlGlobalDnsCritSect * NlGlobalDomainCritSect
Here's another set:
* NlGlobalDcDiscoveryCritSect * DomTrustListCritSect
|