Apply the initial thread priority on the starting thread on Windows
commit0da84eb2bdb24a044412e5ba6e1f605d4cdbbe71
authortoyoshim <toyoshim@chromium.org>
Thu, 25 Jun 2015 02:34:09 +0000 (24 19:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 02:34:37 +0000 (25 02:34 +0000)
treea449a3bb3e0f8a7d230c0a094242fccff7035930
parentebf7b741408ed2054405d39e049e3ce5a1ab3d18
Apply the initial thread priority on the starting thread on Windows

To remove a dependency to the thread handle on setting the initial
thread priority, change the logic to apply the initial thread priority
on the starting thread.

BUG=468793

Review URL: https://codereview.chromium.org/1199313004

Cr-Commit-Position: refs/heads/master@{#336076}
base/threading/platform_thread_win.cc