Merge changes from topic 'adb_cherrypick' into nyc-dev
* changes:
adb: sysdeps_test: improve smoke test.
adb: check for an error response from adbd between each write.
adbd: restore the old error handling behavior.
adb: change unsigned to uint32_t in sync struct definitions.
adb: detect when the client disconnects in wait-for-device.
adb: make fdevent_test, socket_test compile on Windows.
adb: add fd exhaustion test, fix errno reporting in sysdeps_win32.
adb: move win32 fd base to 2048, fix fd allocation.
adb: don't emulate fdevent or socketpair on Windows.
adb: fix clang-format for access modifier dedent.
Add missing liblog dependency
adb: sysdeps_win32: actually change ExitThread to _endthreadex.
adb: make adb_thread_func_t return void, add adb_thread_exit.
adb: redact reference to secret internal time machine.
adb: mkdirs fixes
adb: sysdeps: add support for joining threads.
adb: allow wine's output for sysdeps_win32 strerror test.
adb: setsid() for adb host server.
adb: make ctrl-c when spawning a daemon not kill the daemon.
adb: fix mkdirs test.