commit | 5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Jun 18 16:58:42 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Jun 18 16:58:42 2009 -0700 |
tree | a9ca11ef8d57afb2c4055f54513444ae7c3f6d76 | |
parent | f8cd5d99888b7685d0304828a7fa549ddc0632c3 [diff] [blame] |
Replace spins with proper pthread conditions.
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index ae2ffc0..973ee05 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h
@@ -37,7 +37,7 @@ // Plays back commands from the client. // Returns true if any commands were processed. - bool playCoreCommands(Context *con); + bool playCoreCommands(Context *con, bool waitForCommand); LocklessCommandFifo mToCore;