OSDN Git Service

Special case the suspend to runnable transition when locking.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 29 Jun 2016 13:39:59 +0000 (14:39 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 29 Jun 2016 16:28:27 +0000 (17:28 +0100)
commit9f5f8ac136d88de546f70f0ac2438610150ff401
tree2d681b45f4e9652877833f160c9a674c78ba636d
parent05f0167cdd207edecaebf2cac7eea879678147c5
Special case the suspend to runnable transition when locking.

The runtime may be shutting down in parallel, and for daemons that
could lead to failed locking assertions.

bug:27378067
Change-Id: I53785cad537a3d4846661a7b0780543226ea3928
runtime/base/mutex-inl.h
runtime/thread-inl.h