diff options
| author | 2011-01-18 18:12:26 -0800 | |
|---|---|---|
| committer | 2011-01-18 18:12:26 -0800 | |
| commit | d1ac98149737299513da1357e36f68cbb6d74425 (patch) | |
| tree | d59875cb9ab74b735cd2d417d42020d1a5b5158e /libs/rs/rsLocklessFifo.h | |
| parent | 991040c8261237997915f8a4c899a6ea5012fb42 (diff) | |
Fix race condition between GC thread and
the teardown of RS. The RS context was going away while
the objects were being deleted within the finializer.
Add more debugging for playCoreCommands.
Change-Id: I391f0b4db948f43f54017b47b062ab47d6a1ef64
Diffstat (limited to 'libs/rs/rsLocklessFifo.h')
| -rw-r--r-- | libs/rs/rsLocklessFifo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsLocklessFifo.h b/libs/rs/rsLocklessFifo.h index c96396399e32..eabdc3e97f05 100644 --- a/libs/rs/rsLocklessFifo.h +++ b/libs/rs/rsLocklessFifo.h @@ -35,6 +35,8 @@ public: bool init(uint32_t size); void shutdown(); + void printDebugData() const; + LocklessCommandFifo(); ~LocklessCommandFifo(); |