staging: binder: Change binder mutex to rtmutex.
authorRiley Andrews <riandrews@google.com>
Sat, 27 Sep 2014 00:36:36 +0000 (17:36 -0700)
committerRiley Andrews <riandrews@google.com>
Wed, 26 Nov 2014 00:28:49 +0000 (00:28 +0000)
commit5d03bd0fdd66d3472386864cf32b4b82dda8d1a5
tree74a9e4d656cb4b72555d6b4e8eb1be96564633a6
parentcce78bc02ff0ea2d21e88e3438d65272b898aa35
staging: binder: Change binder mutex to rtmutex.

Surfaceflinger uses binder heavily to receive/send frames from applications
while compositing the screen. Change the binder mutex to an rt mutex to minimize
instances where high priority surfaceflinger binder work is blocked by lower
priority binder ipc.

Signed-off-by: Riley Andrews <riandrews@google.com>
Change-Id: I086a715267648448f0c5f62b037a3093d1079a79
drivers/staging/android/binder.c