commit | 5316b9eead0c29df36f46d29c17914bc3c61ed9f | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Sep 13 15:41:01 2011 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Sep 13 15:41:01 2011 -0700 |
tree | bab39b823aaffa5d97014690fbc84505543b5a7a | |
parent | 53fc3e18675d47face40b4726414fdc4aacb7d2f [diff] [blame] |
Add RS watchdog. Change-Id: I4c912beb84fa8a37ada0088049f7776132e994b6
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index 9036118..ebce0ab 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h
@@ -39,6 +39,7 @@ // Returns true if any commands were processed. bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait); + void setTimoutCallback(void (*)(void *), void *, uint64_t timeout); //LocklessCommandFifo mToCore;