base/threading: Lazy thread startup for pthreads

r331235 made it possible to initialize MessageLoop lazily.
But, on platforms that depends on pthreads, thread creation
still blocks until the newly created thread has started.

This patch stop waiting for the new thread starts. This
got to be possible because I removed thread ID from
PlatformThreadHandle. (crbug.com/468793)

BUG=495097

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

Cr-Commit-Position: refs/heads/master@{#340746}


CrOS-Libchrome-Original-Commit: f6a0438a244d491682cdf10d612374e6d3f36dbc
1 file changed
tree: d540bb7ac0b5165f0b13b950394c1ddc0c38437f
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/