commit | f5b4596a383b6ab83f92edecfe054e80b555c2d0 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Aug 25 14:49:07 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Aug 25 14:49:07 2009 -0700 |
tree | 76f91ae57eadbd3944c6368c9ff571534097ce54 | |
parent | c69a8807f3aae255c9fe61c4f61bc1ebdd355543 [diff] [blame] |
Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo.
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index 4aab1b4..1f6a0c2 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h
@@ -31,6 +31,8 @@ ThreadIO(); ~ThreadIO(); + void shutdown(); + // Plays back commands from the client. // Returns true if any commands were processed. bool playCoreCommands(Context *con, bool waitForCommand);