diff options
author | Martijn Coenen <[email protected]> | 2017-08-31 10:04:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-09-01 09:20:12 +0200 |
commit | 1b77e9dcc3da9359f5936a7a4a0b5b6585c5e37e (patch) | |
tree | 6cb0abfb5ca3a144a8b9a1e6b80d096c8d8f54f3 /net/unix/sysctl_net_unix.c | |
parent | 8ef4665aa129a14f3733efc651c53a3c6c47b500 (diff) |
ANDROID: binder: remove proc waitqueue
Removes the process waitqueue, so that threads
can only wait on the thread waitqueue. Whenever
there is process work to do, pick a thread and
wake it up. Having the caller pick a thread is
helpful for things like priority inheritance.
This also fixes an issue with using epoll(),
since we no longer have to block on different
waitqueues.
Signed-off-by: Martijn Coenen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions