diff options
| author | Todd Kjos <tkjos@android.com> | 2017-06-29 22:02:02 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-17 15:48:24 +0300 |
| commit | 72196393a5e3d28c21679e3b745c06dd4a5b24c9 (patch) | |
| tree | 69ac0b6518bdb24544f27ee65e0cdc46ae188597 /include/linux/timerqueue.h | |
| parent | ed29721e22e30939f417a2f734c0bfb3a980647d (diff) | |
| download | linux-72196393a5e3d28c21679e3b745c06dd4a5b24c9.tar.xz | |
binder: add spinlocks to protect todo lists
The todo lists in the proc, thread, and node structures
are accessed by other procs/threads to place work
items on the queue.
The todo lists are protected by the new proc->inner_lock.
No locks should ever be nested under these locks. As the
name suggests, an outer lock will be introduced in
a later patch.
Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
