commit | 94d15606702ba7469bbb71739df707bfce1c4c3a | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Thu Mar 25 01:06:57 2010 -0700 |
committer | James Dong <jdong@google.com> | Thu Mar 25 01:43:35 2010 -0700 |
tree | 8723dfe4481f30b9565db2bbd489be0d4035dceb | |
parent | 947cd0b2c2aa45819a3460d794f039ea4ce0dce2 [diff] |
The file writer thread is not thread-safe. We can run into problem where deallocate() called from two separate thread which breaks PV's thread model where every task is scheduled to run within a single omx thread. I am pretty sure that this is why the free chunk available notification is lost sometimes; however, this is certainly not the fix to all the problems that we have seen so far. bug - 2484098 Change-Id: I88bc494a11ffd739bc5771fa75b4643de503714f