android: 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>
Tue, 13 Jan 2015 22:48:04 +0000 (22:48 +0000)
commitebce7cd30b3e00232c8be23d0f04d7c0599089b5
tree7ad157ba89db73ff618e7872b2e865bef2ce7204
parent3ce49f5ed6c76a7772aeba7419d4976f225e1b78
android: 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.

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