diff options
| author | Jason Sams <rjsams@android.com> | 2009-06-18 16:58:42 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-06-18 16:58:42 -0700 |
| commit | 5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b (patch) | |
| tree | a9ca11ef8d57afb2c4055f54513444ae7c3f6d76 /libs/rs/rsThreadIO.h | |
| parent | f8cd5d99888b7685d0304828a7fa549ddc0632c3 (diff) | |
| download | frameworks_base-5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b.zip frameworks_base-5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b.tar.gz frameworks_base-5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b.tar.bz2 | |
Replace spins with proper pthread conditions.
Diffstat (limited to 'libs/rs/rsThreadIO.h')
| -rw-r--r-- | libs/rs/rsThreadIO.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ public: // 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; |
