Fixed a deadlock that was slowing down processes when they shut down. A 3 second...
authorGreg Clayton <gclayton@apple.com>
Wed, 3 Jun 2015 00:34:01 +0000 (00:34 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 3 Jun 2015 00:34:01 +0000 (00:34 +0000)
commit23d54f4eace2e02d2750bb016b133f30d62bb4a2
tree6c2a720ac78a534a3084dfa808e1b4e0bce002cb
parentc6eb650120b879e6fa64a6507b2a03365304d9f1
Fixed a deadlock that was slowing down processes when they shut down. A 3 second delay could occur sometimes when a process exits, now that delay is gone.

llvm-svn: 238893
lldb/source/Target/Process.cpp