FROMLIST: binder: protect transaction_stack with inner lock.
(from https://patchwork.kernel.org/patch/9817779/ ) This makes future changes to priority inheritance easier, since we want to be able to look at a thread's transaction stack when selecting a thread to inherit priority for. It also allows us to take just a single lock in a few paths, where we used to take two in succession. Change-Id: Ie30eaefe9f746577967bab76e64c49069b8a5cfa Signed-off-by:Martijn Coenen <maco@google.com>
Loading
Please register or sign in to comment