Descriptiongpu: defer mojo registration and binding resume until full initialization
1- This makes sure we can send the GpuHostMsg_Initialized message ASAP, since
it's in the critical path
2- This makes sure we don't start handling mojo requests if the GPU process is
about to exit (dead_on_arrival_ case)
3- This ensures that by construction GpuProcessControlImpl and
GpuArcVideoService won't access GpuChildThread before it's initialized
4- This ensures log messages caused by those are not lost
BUG=None
Committed: https://crrev.com/223a53caf2242c3011ff796aa11a037e3b38824e
Cr-Commit-Position: refs/heads/master@{#406761}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 18 (11 generated)
|