[password_manager] Boost priority while calling NetUserGetInfo()
This may be the first time that a function from Netapi32.dll has been called and so the dynamic loader lock may be held while this library is initialized. Since this call occurs on a low priority background thread this can cause other threads which need to load libraries or look up function addressed to hang while they wait for the lock. Noticed in crash/b4a7bd8445afe9f3. Bug: 973868 Change-Id: I6604971ac9d95f626690ed043141631d5a907995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216716 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#772242}
Showing
Please register or sign in to comment