Only emit circular dependency warning for owned thread shields [Bug #19415]
If multiple threads attemps to load the same file concurrently it's not a circular dependency issue.
So we check that the existing ThreadShield is owner by the current fiber before warning about circular dependencies.
Only emit circular dependency warning for owned thread shields
[Bug #19415]
If multiple threads attemps to load the same file concurrently
it's not a circular dependency issue.
So we check that the existing ThreadShield is owner by the current
fiber before warning about circular dependencies.